forwardAddModifyOrderEventArgs Properties   Table of ContentIsImplied Property forward
AddModifyOrderEventArgs.ExtraFlags Property
Least Significant Bit (Bit 0): IsModifyOrder - indicate this is to Modify existing order if set to 1. Bit 1 through 7: Reserved for future use. For backward compatibility, client should always look at each individual bit for the corresponding flag. Otherwise problems might occur when bits 1 through 7 start to be utilized.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public AddModifyOrderExtraFlags ExtraFlags { get; }

Property Value

Type: AddModifyOrderExtraFlags
See Also