Record

order-state

No description available.

record order-state {
  contract-id: option​<f64>,
  customer-order-id: option​<f64>,
  filled-quantity: option​<f64>,
  listing-exchange: option​<string>,
  order-type: option​<order-type>,
  outside-rth: option​<string>,
  price: option​<f64>,
  remaining-quantity: option​<f64>,
  side: option​<string>,
  status: option​<order-status>,
  ticker: option​<string>,
  time-in-force: option​<time-in-force>,
  transaction-time: option​<string>,
  warning: option​<string>,
}

Fields

NameTypeDescription
contract-idoption​<f64>
customer-order-idoption​<f64>
filled-quantityoption​<f64>
listing-exchangeoption​<string>
order-typeoption​<order-type>
outside-rthoption​<string>
priceoption​<f64>
remaining-quantityoption​<f64>
sideoption​<string>
statusoption​<order-status>
tickeroption​<string>
time-in-forceoption​<time-in-force>
transaction-timeoption​<string>
warningoption​<string>