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
| Name | Type | Description |
|---|---|---|
| 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> |