package dto type OrderFilledResponse struct { OrderId int `json:"order_id"` Filled bool `json:"filled"` }