public decimal LossLimit { get; }Public ReadOnly Property LossLimit As Decimal
GetIf the P&L for the account is negative and greater than this number then the account will only be allowed to enter orders that will reduce it's position. New positions are not allowed to be opened.
Note: The system will NOT automatically pull working orders or close out open positions when this limit is exceeded.