UserResponse

class roq.fix.codec.UserResponse

This message is used to respond to a User Request <BE> message, it reports the status of the user after the completion of any action requested in the User Request <BE> message.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: roq.fix.codec.UserResponse, arg0: roq::fix::codec::UserResponse) -> None

  2. __init__(self: roq.fix.codec.UserResponse, user_request_id: str, username: str, user_status: roq.fix.UserStatus = <UserStatus.UNDEFINED: 0>, user_status_text: str = ‘’) -> None

property user_request_id

UserRequestID <923> (required)

property user_status

UserStatus <926>

property user_status_text

UserStatusText <927>

property username

Username <553> (required)