Balance Adjustment
TRADING
channel in order to send trading messages.BALANCE_ADJUSTMENT
message is sent in the event of:Deposit
{
"channel_name": "TRADING",
"type": "BALANCE_ADJUSTMENT",
"event": "ACCOUNT",
"status": "DEPOSITED",
"instrument_code": "EUR",
"time": 1743162435279363800,
"amount": "1000",
"new_balance": "93000.9853496",
"assigned_margin": "0"
}
Withdrawal
{
"channel_name": "TRADING",
"type": "BALANCE_ADJUSTMENT",
"event": "ACCOUNT",
"status": "WITHDRAWN",
"instrument_code": "EUR",
"time": 1743162442497232100,
"amount": "-2000",
"new_balance": "91000.9853496",
"assigned_margin": "0"
}