TicksReceivedEventArgs Class

GF API Documentation
Provides data for TicksReceived event
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    GF.Api.UtilsGFApiEventArgs
      GF.Api.Subscriptions.TicksTicksReceivedEventArgs

Namespace:  GF.Api.Subscriptions.Ticks
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class TicksReceivedEventArgs : GFApiEventArgs

The TicksReceivedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodTicksReceivedEventArgs
Construct with subscription and ticks
Top
Properties

  NameDescription
Public propertySubscription
Subscription for which the ticks were received
Public propertyTicks
Received ticks
Top
See Also

Reference