Skip to main content

Maximum Loss Limit Updates

Method: WebSocket

Description


Retrieve maximum loss limit values as they change in real time.

Response Attributes


NameTypeDescription
tradingAccountIdintegerThe id associated with the Trading Account.
valuedecimalThe value the balance must reach to trigger the maximum loss limit violation.

Example Response

{
"data":{
"tradingAccountId":121,
"value":48100
},
"action": 1 // 0 = create, 1 = update, 2 = delete/remove
}