Message: AccountSummaryParameters

File: WebAPI/trade_routing_2.proto

Description

Parameters for account summary trade subscription.

Used in

TradeSubscription

Fields

requested_fields

Type: uint32

Description: Identifiers of AccountSummaryStatus fields to be included into response messages. E.g. to get total_margin in AccountSummaryStatus server messages, include value 6 into this collection. Service fields is_snapshot, account_id and cleared_fields and failed_fields are always included into a subscription. At least one another field needs to be specified. The server might include more fields in responses than requested (e.g., in cases when two trade subscriptions with different list of fields are requested).

account_filter

Type: AccountFilter

Description: Account filter. Affects trade subscriptions with publication_type = PUBLICATION_TYPE_ALL_AUTHORIZED. Only accounts that match the filter are included in response messages.