Skip to content

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": true,
  "can_trade": true,
  "can_market_data": false,
  "max_symbols": 50,
  "max_orders_per_min": 20,
  "allowed_symbol_mask": "EUR*",
  "allowed_group_mask": "VIP*",
  "comment": "market-data-only slot"
}

Response Example

{
  "data": {
    "slot_id": 1,
    "can_logon": true,
    "can_trade": true,
    "can_market_data": false,
    "max_symbols": 50,
    "max_orders_per_min": 20,
    "allowed_symbol_mask": "EUR*",
    "allowed_group_mask": "VIP*",
    "comment": "market-data-only slot"
  }
}