forwardBuild Method    Table of ContentBundleMarkerEventArgsBuilder Constructor forward
BundleMarkerEventArgsBuilder Class
Builder to build instances of BundleMarkerEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.BundleMarkerEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class BundleMarkerEventArgsBuilder

The BundleMarkerEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodBundleMarkerEventArgsBuilder
Initializes a new instance of the BundleMarkerEventArgsBuilder class
Top
Properties
  NameDescription
Public propertyIsTransactionEnd
This field will always be set to `false` for Start of a message bundle. true - When this is the last or only bundle for a transaction. false - When this is not the last or only bundle for a transaction.
Public propertySentTime
Date-time of the message sent.
Public propertyStartOrEnd
Start/End of a message bundle indicator.
Public propertyTradeTransactionId
The value used to associate bundles of the same transaction. This value will be `0` when the transaction has no trade. The value will be `-1` if the channel does not support sub-bundling.
Top
Methods
  NameDescription
Public methodBuild
Creates an instance of BundleMarkerEventArgs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also