Wasm Directoryalpha
Record

post-accounts-account-order-impact-response

No description available.

record post-accounts-account-order-impact-response {
  commission: option​<f64>,
  commissions-currency: option​<string>,
  equity-with-loan: option​<f64>,
  init-margin: option​<f64>,
  init-margin-before: option​<f64>,
  maint-margin: option​<f64>,
  maint-margin-before: option​<f64>,
  margin-currency: option​<string>,
  max-commissions: option​<f64>,
  min-commissions: option​<f64>,
}

Fields

NameTypeDescription
commissionoption​<f64>
commissions-currencyoption​<string>
equity-with-loanoption​<f64>
init-marginoption​<f64>
init-margin-beforeoption​<f64>
maint-marginoption​<f64>
maint-margin-beforeoption​<f64>
margin-currencyoption​<string>
max-commissionsoption​<f64>
min-commissionsoption​<f64>