Daily Loss Limit Updates
Method: WebSocket
Description
Retrieve daily 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 daily loss limit associated with the account. |
Example Response
- DLL Updated
{
"data":{
"tradingAccountId":121,
"value":1000
},
"action": 1 // 0 = create, 1 = update, 2 = delete/remove
}