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

NameTypeDescription
accountstring
customer-order-idstring
aux-priceoption​<f64>
customer-order-id-v2option​<string>
german-hft-algooption​<bool>
mifid2-algooption​<string>
mifid2-decision-makeroption​<string>
mifid2-execution-algooption​<string>
mifid2-execution-traderoption​<string>
order-typeoption​<order-type>
orig-customer-order-idoption​<string>
outside-rthoption​<f64>
priceoption​<f64>
quantityoption​<f64>
sideoption​<f64>
time-in-forceoption​<time-in-force>