Record
post-accounts-account-order-impact-params
No description available.
record post-accounts-account-order-impact-params {
account: string,
aux-price: option<f64>,
contract-id: option<f64>,
currency: option<string>,
customer-order-id: option<string>,
instrument-type: option<string>,
listing-exchange: option<string>,
order-type: option<order-type>,
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> | |
| instrument-type | option<string> | |
| listing-exchange | option<string> | |
| order-type | option<order-type> | |
| price | option<f64> | |
| quantity | option<f64> | |
| side | option<f64> | |
| ticker | option<string> | |
| time-in-force | option<time-in-force> |