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