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

NameTypeDescription
accountstring
aux-priceoption​<f64>
contract-idoption​<f64>
currencyoption​<string>
customer-order-idoption​<string>
german-hft-algooption​<bool>
instrument-typeoption​<string>
listing-exchangeoption​<string>
mifid2-algooption​<string>
mifid2-decision-makeroption​<string>
mifid2-execution-algooption​<string>
mifid2-execution-traderoption​<string>
order-typeoption​<order-type>
order-restrictionsoption​<f64>
outside-rthoption​<f64>
priceoption​<f64>
quantityoption​<f64>
sideoption​<f64>
tickeroption​<string>
time-in-forceoption​<time-in-force>