PlaceOrderResp
Order status code returned for this placement.
Order type code.
Trading pair symbol.
True if the order was accepted as maker-only.
Order side: BUY or SELL.
Possible values: [BUY, SELL]
Server-assigned order id.
Client-assigned order id echoed from the request.
Server timestamp of the placement, in milliseconds since epoch.
Limit price submitted with the order.
Average fill price across executions so far. Zero if nothing has filled.
Human-readable message returned by the platform (e.g. rejection reason).
Original order size in number of contracts as submitted.
Current remaining order size after fills or amendments.
Size filled in the most recent match, in contracts.
Cumulative filled size across all matches, in contracts.
Remaining unfilled size, in contracts.
Position mode this order applies to (one-way or hedge).
Possible values: [ONE_WAY, HEDGE, ISOLATED]
Position direction the order will affect: LONG or SHORT.
Possible values: [LONG, SHORT]
Identifier of the position the order is bound to.
Time-in-force policy applied to the order (e.g. GTC, IOC, FOK).
{
"status": 0,
"type": 0,
"symbol": "string",
"postOnly": true,
"orderSide": "BUY",
"orderId": "string",
"clOrderID": "string",
"timestamp": 0,
"price": 0,
"avgFilledPrice": 0,
"message": "string",
"originalOrderSize": 0,
"currentOrderSize": 0,
"filledSize": 0,
"totalFilledSize": 0,
"remainingSize": 0,
"positionMode": "ONE_WAY",
"positionDirection": "LONG",
"positionId": "string",
"timeInForce": "string"
}