subaccountsLimits
Gets sub-account limits. For masters only.
POST api/subaccountsLimits
Response description
Field name | Type | Description |
---|---|---|
Array of CLimits | Array of sub-account limits | |
CLimit | Array[12] | |
0 | Efx::ClientId | Sub-account Id |
1 | string | Currency name |
2 | Efx::Size | Gross limit |
3 | Efx::Size | Gross limit utilization |
4 | unsigned int32 | Maintenance margin. In % multiplied by 1e4. |
5 | unsigned int32 | Restricted trading level. In % multiplied by 1e4. |
6 | unsigned int32 | Initial margin. In % multiplied by 1e4. |
7 | Efx::Size | Equity |
8 | int32 | Markup |
9 | boolean | 'true' - trading enabled 'false' - trading disabled |
Last updated