Update FIX slot rules
UpdateFixSlotRules¶
Description: Updates FIX slot rules and runtime restrictions for the specified slot. Any omitted fields keep their current values.
Access Control¶
Access Level Required:
SESSION_ADMIN
Request Parameters¶
{
"slot_id": 1,
"can_logon": 1,
"can_trade": 1,
"can_market_data": 0,
"max_symbols": 50,
"max_orders_per_min": 20,
"allowed_symbol_mask": "EUR*",
"allowed_group_mask": "VIP*",
"comment": "market-data-only slot"
}
Response Example¶
{
"slot_id": 1,
"can_logon": 1,
"can_trade": 1,
"can_market_data": 0,
"max_symbols": 50,
"max_orders_per_min": 20,
"allowed_symbol_mask": "EUR*",
"allowed_group_mask": "VIP*",
"comment": "market-data-only slot"
}