Skip to main content
GET
Danh sách bracket order

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Tham số truy vấn

status
string

Optional status filter. Values are backend order statuses such as PENDING, COMPLETE, CANCELLED, 0, 1, 2, 4, 7, or 8 depending on order type.

account
string

Optional trading account filter.

symbol
string

Mã chứng khoán/sản phẩm, ví dụ FPT hoặc VN30F1M.

Phản hồi

Bracket orders matching optional filters.

bracketOrderId
string

System bracket order id.

entryStopOrderId
string

Entry stop order id generated for the bracket entry condition.

takeProfitOrderId
string | null

Take-profit stop order id generated after entry is active/fillable.

stopLossOrderId
string | null

Stop-loss stop order id generated after entry is active/fillable.

symbol
string

Trading symbol.

side
enum<string>

B for buy, S for sell.

Tùy chọn có sẵn:
B,
S
conditionPrice
number

Entry trigger price.

conditionType
enum<string>

Entry trigger condition.

Tùy chọn có sẵn:
>=,
<=
orderType
string

Entry order type.

quantity
integer

Entry order quantity.

account
string

Trading account.

takeProfitPrice
number | null

Optional take-profit trigger/target price.

takeProfitStatus
string

Take-profit leg status.

stopLossPrice
number | null

Optional stop-loss trigger price.

stopLossStatus
string

Stop-loss leg status.

status
string

Overall bracket status, for example PENDING, COMPLETE, or CANCELLED.

createdTime
string<date-time>

Creation time.

filledTime
string<date-time> | null

Entry fill time.

completedTime
string<date-time> | null

Completion time.

cancelledTime
string<date-time> | null

Cancellation time.

lastCheckTime
string<date-time> | null

Last trigger check time.