Dead Man Switch (Auto Cancellation)
TRADING
channel in order to send trading messages.Activate Auto Cancellation
Auto cancellation request
{
"type": "CANCEL_ALL_AFTER",
"timeout": 30000
}
Auto cancellation response
{
"channel_name": "TRADING",
"type": "AUTO_CANCELLATION_TIMER_SET",
"timeout": 30000,
"time": 1710927208222806419
}
Deactivate Auto Cancellation
Deactivate auto cancellation request
{
"type": "CANCEL_ALL_AFTER",
"timeout": 0
}
Deactivate auto cancellation response
{
"channel_name": "TRADING",
"type": "AUTO_CANCELLATION_TIMER_DEACTIVATED"
}