Record
get-accounts-account-trades-response-item
No description available.
record get-accounts-account-trades-response-item {
avg-price: option<f64>,
commission: option<f64>,
commission-currency: option<string>,
contract-id: option<f64>,
currency: option<string>,
customer-order-id: option<f64>,
exec-id: option<string>,
execution-time: option<string>,
filled-quantity: option<f64>,
last-market: option<string>,
listing-exchange: option<string>,
order-id: option<string>,
order-type: option<order-type>,
quantity: option<f64>,
remaining-quantity: option<f64>,
side: option<string>,
ticker: option<string>,
trade-price: option<f64>,
trade-size: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| avg-price | option<f64> | |
| commission | option<f64> | |
| commission-currency | option<string> | |
| contract-id | option<f64> | |
| currency | option<string> | |
| customer-order-id | option<f64> | |
| exec-id | option<string> | |
| execution-time | option<string> | |
| filled-quantity | option<f64> | |
| last-market | option<string> | |
| listing-exchange | option<string> | |
| order-id | option<string> | |
| order-type | option<order-type> | |
| quantity | option<f64> | |
| remaining-quantity | option<f64> | |
| side | option<string> | |
| ticker | option<string> | |
| trade-price | option<f64> | |
| trade-size | option<f64> |