forwardUdpBufferSize Property    Table of ContentHandlerSettings Methodsforward
HandlerSettings.UseHistoricalReplay Property
Use Historical Replay recovery. In case of message gap, the Handler will try to fill it with Historical Replay Request over TCP connection to get missing messages with corresponding sequence numbers. Default value is false.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public bool UseHistoricalReplay { get; set; }

Property Value

Type: Boolean
See Also