Build Method | Table of Content | CancelledTradeEventArgsBuilder Constructor ![]() |
| CancelledTradeEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class CancelledTradeEventArgsBuilder
The CancelledTradeEventArgsBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelledTradeEventArgsBuilder | Initializes a new instance of the CancelledTradeEventArgsBuilder class |
| Name | Description | |
|---|---|---|
| DateTime |
Date time the trade was cancelled. Milliseconds since Jan 1st, 1970,
00:00:00 GMT.
| |
| MarketId |
Unique identifier of the market.
| |
| OffMarketTradeType |
Only for off market trade. The first character is `' '` when it is a
regular trade. One or two null characters (`'\\0'`) will be appended
to the end of this field when applicable. See Appendix B for the codes
and descriptions.
| |
| Price |
Price of the trade. `DealPriceDenominator` for the market should be
applied to get the real price.
| |
| Quantity |
Trade quantity.
| |
| SentTime |
Date-time of the message sent.
| |
| TradeId |
Unique identifier of the trade.
|
| Name | Description | |
|---|---|---|
| Build |
Creates an instance of CancelledTradeEventArgs.
| |
| 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.) |