MessageEventArgs<OnixS::ICE::iMpact::MarketData::MarketStateChange>.SequenceNumber Property |
Each message is assigned a sequence number that increases monotonically on the server side. To save
bandwidth, the sequence number is a field in the block header, instead of every message. The sequence number
for the first message is used in the header, and the client is expected to derive the sequence numbers for
subsequent messages in the block. In the case of a heartbeat which includes only header in the block, the
expected next sequence number is used.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax public int SequenceNumber { get; }
Property Value
Type:
Int32See Also