public property O2GAccountTableRow.MarginCallFlag

Brief

Gets the limitation state of the account.

Declaration
C#
string  MarginCallFlag get;

Details

The returned value specifies the operations that can be performed on the account.
The possible return values are:

Y

Margin call (all positions are liquidated, new positions cannot be opened).

W

Warning about a possible margin call (positions can be closed, new positions cannot be opened).

Q

Equity stop (all positions are liquidated, new positions cannot be opened up to the end of the trading day).

A

Equity alert (positions can be closed, new positions cannot be opened up to the end of the trading day.

N

No limitations (limitations are not imposed on the account operations).

Declared in O2GAccountRow

back