Get stop-loss order by ID
Get stop-loss order by ID
Authorizations
Bearer token used for protected REST API requests.
Path Parameters
System order identifier returned by the stop-order service.
Response
Stop-order details.
Stored stop order state returned by the order service.
System stop order id. JSON serialization may also return OrderId depending on backend settings.
Trading symbol.
B for buy, S for sell.
B, S Trigger price.
Trigger condition comparing current market price against stopPrice.
>=, <= Child order type sent when the trigger fires.
Limit price for LO orders; null or ignored for market-style orders.
Requested quantity.
Trading account.
Creation time.
Stop order status, for example PENDING, COMPLETE, CANCELLED, or MODIFIED.
Parent bracket order id when the stop order is a bracket leg; null for standalone stop orders.
Special leg type such as ENTRY, TAKE_PROFIT, or STOP_LOSS; null for standalone stop orders.
Remaining quantity for sliced execution.
Last trigger check time.
Last time a child slice order was sent.
Minimum interval between child slices in milliseconds.
System order ids of child broker orders.
Filled quantity.
Average filled price.

