Skip to main content
GET
Lấy lệnh stop-loss theo ID

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Tham số đường dẫn

orderId
string
bắt buộc

Mã lệnh do stop-order service trả về.

Phản hồi

Stop-order details.

Stored stop order state returned by the order service.

orderId
string

System stop order id. JSON serialization may also return OrderId depending on backend settings.

symbol
string

Trading symbol.

side
enum<string>

B for buy, S for sell.

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

Trigger price.

stopCondition
enum<string>

Trigger condition comparing current market price against stopPrice.

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

Child order type sent when the trigger fires.

price
number | null

Limit price for LO orders; null or ignored for market-style orders.

quantity
integer

Requested quantity.

account
string

Trading account.

createdTime
string<date-time>

Creation time.

status
string

Stop order status, for example PENDING, COMPLETE, CANCELLED, or MODIFIED.

bracketOrderId
string | null

Ma bracket order cha khi stop order la mot leg cua bracket; null voi stop order doc lap.

specialOrderType
string | null

Loai leg dac biet nhu ENTRY, TAKE_PROFIT hoac STOP_LOSS; null voi stop order doc lap.

remainingQty
integer

Remaining quantity for sliced execution.

lastCheckTime
string<date-time> | null

Last trigger check time.

lastSliceTime
string<date-time> | null

Last time a child slice order was sent.

minSliceIntervalMs
integer<int64>

Minimum interval between child slices in milliseconds.

childOrderIds
string[]

System order ids of child broker orders.

filledQty
number

Filled quantity.

filledAvgPrice
number

Average filled price.