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
| Name | Type | Description |
|---|---|---|
| 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> |