User Request (UBE)

This message is based on User Request (BE) which first appears in FIX 4.4. Although it supports several request types, we are only using the password change functionality.

Possible response messages: User Response (UBF) or Reject – Session Level (3).

Note: we are not including Username (tag 553, required in FIX 4.4) because we only allow password changes for the currently logged-on user (username is already contained in standard header).

 

Tag

Name

Format

Req

Comments

 

Standard Header

 

Y

MsgType = UBE

50923

UserRequestID

String(64)

Y

Unique ID for this request as assigned by the FIX client.

50924

UserRequestType

Int

Y

Indicates the action required.  Valid value:

3 = Change Password for User

50554

Password

String(64)

Y

Current password.

50925

NewPassword

String(64)

Y

New password.

 

Standard Trailer

 

 

 

 

Example: User Request

8=FIX.4.2 | 9=120 | 35=UBE | 49=CQG_Gateway | 56=CQG_Gateway | 34=4 | 52=20110810-10:01:30.056  | 50923 = Request113 | 50924=3 | 50554=current_password | 50925=new_password | 10=228 |