OEC Application Programming Interface

OECClient.OnPriceTick Event

Occurs when one or more contract Price values are changed.

public event OnPriceChangedEvent OnPriceTick;

Remarks

Unlike OnPriceChanged, 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

OECClient Class | OEC.API Namespace | Price | Contract