Maximum Loss Limit Updates
Method: WebSocket
Description
Retrieve maximum loss limit values as they change in real time.
Response Attributes
| Name | Type | Description |
|---|---|---|
| tradingAccountId | integer | The id associated with the Trading Account. |
| value | decimal | The value the balance must reach to trigger the maximum loss limit violation. |
Example Response
- MLL Updated
{
"data":{
"tradingAccountId":121,
"value":48100
},
"action": 1 // 0 = create, 1 = update, 2 = delete/remove
}