Preview An Order

Reference

FieldDescription
status<No Status, Previewing>
commissionCommission to be paid for this order
costTotal cost of the order
feesFees charged for this order
symbolSecurity symbol
quantityQuantity
sideSide
typeType
durationDuration
result<No Restult, Previewing>
order_costCost of the position
margin_changeMargin change to the account
request_dateDate of the request
extended_hoursIf order was placed during extended hours
classClass of the order
strategyStrategy (if applicable)
day_tradesNumber of day trades that have been placed on the account

Response

{
  "order": {
    "status": "ok",
    "commission": 3.49000000,
    "cost": 34.715100000000,
    "fees": 0,
    "symbol": "T",
    "quantity": 1,
    "side": "buy",
    "type": "market",
    "duration": "day",
    "result": true,
    "order_cost": 31.225100000000,
    "margin_change": 0,
    "request_date": "2019-05-14T15:56:47.371",
    "extended_hours": false,
    "class": "equity",
    "strategy": "equity",
    "day_trades": 3
  }
}