Wasm Directoryalpha
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

NameTypeDescription
avg-priceoption​<f64>
commissionoption​<f64>
commission-currencyoption​<string>
contract-idoption​<f64>
currencyoption​<string>
customer-order-idoption​<f64>
exec-idoption​<string>
execution-timeoption​<string>
filled-quantityoption​<f64>
last-marketoption​<string>
listing-exchangeoption​<string>
order-idoption​<string>
order-typeoption​<order-type>
quantityoption​<f64>
remaining-quantityoption​<f64>
sideoption​<string>
tickeroption​<string>
trade-priceoption​<f64>
trade-sizeoption​<f64>