Record
post-accounts-account-orders-params
No description available.
record post-accounts-account-orders-params {
account: string,
aux-price: option<f64>,
contract-id: option<f64>,
currency: option<string>,
customer-order-id: option<string>,
german-hft-algo: option<bool>,
instrument-type: option<string>,
listing-exchange: option<string>,
mifid2-algo: option<string>,
mifid2-decision-maker: option<string>,
mifid2-execution-algo: option<string>,
mifid2-execution-trader: option<string>,
order-type: option<order-type>,
order-restrictions: option<f64>,
outside-rth: option<f64>,
price: option<f64>,
quantity: option<f64>,
side: option<f64>,
ticker: option<string>,
time-in-force: option<time-in-force>,
}Fields
| Name | Type | Description |
|---|---|---|
| account | string | |
| aux-price | option<f64> | |
| contract-id | option<f64> | |
| currency | option<string> | |
| customer-order-id | option<string> | |
| german-hft-algo | option<bool> | |
| instrument-type | option<string> | |
| listing-exchange | option<string> | |
| mifid2-algo | option<string> | |
| mifid2-decision-maker | option<string> | |
| mifid2-execution-algo | option<string> | |
| mifid2-execution-trader | option<string> | |
| order-type | option<order-type> | |
| order-restrictions | option<f64> | |
| outside-rth | option<f64> | |
| price | option<f64> | |
| quantity | option<f64> | |
| side | option<f64> | |
| ticker | option<string> | |
| time-in-force | option<time-in-force> |