IPriceSubscriptionApiPriceTick Event

GF API Documentation
Raised when one or more contract GF.Api.Subscriptions.Price values are changed.

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

event GFApiEventHandler<PriceChangedEventArgs> PriceTick

Value

Type: GF.Api.UtilsGFApiEventHandlerPriceChangedEventArgs
Remarks

Unlike PriceChanged, this event raised every time when price update comes, so it is recommended not to perform any CPU consuming operations (like GUI updates) in the event handler.
See Also

Reference