Account Data Request (UAR)

The FIX Client uses this message to request accounts information from the CQG gateway. Possible response messages: Account Data Report (UAD) or Business Message Reject (j).

 

Tag

Name

Format

Req

Comments

 

Standard Header

 

Y

MsgType = UAR

1

Account

String(256)

N

Account ID (managed by the CQG gateway). Used to filter accounts. If no account provided, then specified Account Data Reports are created for all accounts client is authorized for.

263

SubscriptionRequestType

Char

N

Used to indicate what type of account capture report is expected. A snapshot request only asks for current information. A subscribe request asks for updates as the status changes. Unsubscribe cancels any future update messages from the CQG gateway. If the field is absent, the value 0 is the default. The CQG gateway sends updates when account information was changed by the FCM or FCM statements were changed (usually once a day).

Valid values:

0 = Snapshot

1 = Snapshot + Subscribe for Updates

2 = Snapshot + Unsubscribe from Updates

20003

AcctReqID

String(64)

Y

Unique ID for this request assigned by the FIX Client.

20031

IncludeBalanceGrp

Boolean

N

Set to Y if Account Data Reports should contain individual balance records (BalanceGrp). Set to N (or omit) otherwise.

 

Standard Trailer

 

Y

 

 

Example: Account Data Request

8=FIX.4.2 | 9=77 | 35=UAR | 49=fix_client | 56=CQG_Gateway | 34=5 | 52=20061123-11:26:32.075 | 263=0 | 20003=AR1 | 20031=Y | 10=181 |