Build Method | Table of Content | BundleMarkerEventArgsBuilder Constructor |
BundleMarkerEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class BundleMarkerEventArgsBuilder
The BundleMarkerEventArgsBuilder type exposes the following members.
Name | Description | |
---|---|---|
BundleMarkerEventArgsBuilder | Initializes a new instance of the BundleMarkerEventArgsBuilder class |
Name | Description | |
---|---|---|
IsTransactionEnd |
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.
| |
SentTime |
Date-time of the message sent.
| |
StartOrEnd |
Start/End of a message bundle indicator.
| |
TradeTransactionId |
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.
|
Name | Description | |
---|---|---|
Build |
Creates an instance of BundleMarkerEventArgs.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |