Assign FIX slot
AssignFixSlot¶
Description: Allocates the next free FIX slot to an account login and generates a new FIX password.
Access Control¶
Access Level Required:
SESSION_ADMIN
Request Parameters¶
{
"login": 10001
}
Response Example¶
{
"data": {
"slot_id": 1,
"slot_code": "CLIENT_1",
"password": "generated-fix-password"
}
}