Skip to main content

Daily Loss Limit Updates

Method: WebSocket

Description


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

Response Attributes


NameTypeDescription
tradingAccountIdintegerThe id associated with the Trading Account.
valuedecimalThe daily loss limit associated with the account.

Example Response

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