forwardBundleMarkerEventArgsBuilder Constructor    Table of ContentIsTransactionEnd Property forward
BundleMarkerEventArgsBuilder Properties

The BundleMarkerEventArgsBuilder type exposes the following members.

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
See Also