File: WebAPI/trading_account_2.proto
Trade routing account data.
Type: sint32
Description: Account ID in the CQG trade routing system.
Type: string
Description: Account number in Brokerage Firm.
Type: string
Description: Account name in CQG trade routing system.
Type: sint64
Description: Last statement date for this account (brokerage local date in time format, use date part only).
Type: bool
Description: True if user can only monitor this account without trading.
Type: bool
Description: True if user was unauthorized and is not able to use/ see this account anymore.
Type: uint32
Description: Current account connection status. It is set for only accounts that require authorization.
account_connection_status_utc_timestamp
Type: google.protobuf.Timestamp
Description: Account status last update time. It is set for only accounts that require authorization.
Type: string
Description: Optional list of authorized OTC contributors.
pre_trade_mid_market_mark_required
Type: bool
Description: This flag shows if pre trade mid market mark should be calculated by client and provided via order extra attribute “PreTradeMidMarketMark” during order placement or modification.
Type: bool
Description: This flag shows if the current account can be used to place orders into external accounts. See order_2.Order.external_account_number.
Type: bool
Description: True if it is omnibus account.
Type: bool
Description: True if it is a group account member.
Type: bool
Description: If true, all orders for the account will be placed as care orders.
Type: bool
Description: True if the account was cleared with Back Office statements (whether received from brokerage or generated by CQG). For accounts that were never cleared, the flag is set to true if the account is configured to be cleared with Back Office statements.
supports_exchange_balances_subscription
Type: bool
Description: True if this account supports subscriptions on exchange balances. (see trade_routing_2.TradeSubscription.SUBSCRIPTION_SCOPE_EXCHANGE_BALANCES)
supports_exchange_positions_subscription
Type: bool
Description: True if this account supports subscriptions on exchange positions. (see trade_routing_2.TradeSubscription.SUBSCRIPTION_SCOPE_EXCHANGE_POSITIONS)
Type: AccountGroupInfo
Description: Information about group associated with account. For group accounts only.
Description: Account connection status list. It is used for accounts that require additional authorization.
•ACCOUNT_CONNECTION_STATUS_OFFLINE = 1
Route is offline, connection is impossible.
•ACCOUNT_CONNECTION_STATUS_DISCONNECTED = 2
Connection is not established but can be initiated by a logon message.
•ACCOUNT_CONNECTION_STATUS_CONNECTING = 3
Connection is initiated but is not fully established.
•ACCOUNT_CONNECTION_STATUS_CONNECTED = 4
Connection is established, trading is possible.