climits

Returns Counterparty limits snapshot

POST api/climits

{}

Response description

Field nameTypeDescription

Array of CLimits

Array of counterparty limits

CLimit

Array[12]

0

Efx::ClientId

Counteraparty Id

1

string

Currency name

2

Efx::Size

Gross limit

3

string | null

Mutual limit currency name. Null if counterparty hasn't set it's limit.

4

Efx::Size | null

Mutual gross limit. Null if counterparty hasn't set it's limit.

5

Efx::Size

Gross limit utilization

6

unsigned int32

Maintenance margin. In % multiplied by 1e4.

7

unsigned int32

Restricted trading level. In % multiplied by 1e4.

8

unsigned int32

Initial margin. In % multiplied by 1e4.

9

Efx::Size

Equity

10

int32

Markup. Always 0 for taker.

11

int32

Trading disabled flags: flag & 1 = disabled by client flag & 2 = disabled by counterparty

Last updated