Provides data for TicksReceived event
Inheritance Hierarchy
SystemEventArgs
GF.Api.UtilsGFApiEventArgs
GF.Api.Subscriptions.TicksTicksReceivedEventArgs
Namespace: GF.Api.Subscriptions.Ticks
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The TicksReceivedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TicksReceivedEventArgs |
Construct with subscription and ticks
|
Properties
| Name | Description | |
|---|---|---|
| Subscription |
Subscription for which the ticks were received
| |
| Ticks |
Received ticks
|
See Also