IPriceSubscriptionApiPriceChanged Event

GF API Documentation
Raised when one or more contract IPrice values are processed in a batch.

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

event GFApiEventHandler<PriceChangedEventArgs> PriceChanged

Value

Type: GF.Api.UtilsGFApiEventHandlerPriceChangedEventArgs
Remarks

Similar to PriceTick, but limited in frequency. Therefore, some updates may occur without raising the event.
See Also

Reference