SubscriptionActivityRequest

Subscription request

  • Name Type Description
    AccountGroupKey AccountGroupKey account group key for accounts used in retrieving the trade data. If specified, activities of the specified account will be returned/published otherwise activities of all accounts represented by ClientKey.
    AccountKey AccountKey Unique key identifying the account used in retrieving the trade data. If specified, activities of the specified account will be returned/published otherwise activities of all accounts represented by ClientKey.
    Activities ActivityType [] Specification of activity types to return in results.
    ClientKey ClientKey Unique key identifying the client. If specified, activities of the specified client will be returned/published otherwise for logged in client.
    CorporateActionEventFilter CorporateActionEventFilter Specify corporate action event filter, if any.
    FieldGroups ActivityFieldGroup [] Specification of field groups to return in results.
    FromDateTime UtcDateTime If specified, activities starting FromDateTime will be returned/published. Default returns current day activities
    IncludeSubAccounts Boolean If specified true, activities of sub-clients will also be returned/published.
    OrderEventFilter OrderEventFilter Specify order event filter if any.
    PositionEventFilter PositionEventFilter Specify position event filter if any. Default is PositionEventFilter.All.
    SequenceId String If specified and message with SequenceId available in ENS cache, streaming of events start from SequenceId. If sequenceId not found in ENS system, Subscription Error with "Sequence id unavailable" If not specified and FromDateTime is not specified, subscription will be real-time subscription.
    TimeOnMargin String Time the client has been on margin. If specified, margin activities with greater or equal to the time specified otherwise all activities.
    ToDateTime UtcDateTime If specified, activities ending ToDateTime will be returned/published.