Build Method | Table of Content | InvestigatedTradeEventArgsBuilder Constructor |
InvestigatedTradeEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class InvestigatedTradeEventArgsBuilder
The InvestigatedTradeEventArgsBuilder type exposes the following members.
Name | Description | |
---|---|---|
InvestigatedTradeEventArgsBuilder | Initializes a new instance of the InvestigatedTradeEventArgsBuilder class |
Name | Description | |
---|---|---|
DateTime |
Date time the trade was investigated. 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.
| |
Status |
Indicate current investigation status for the trade.
| |
TradeId |
Unique identifier of the trade.
|
Name | Description | |
---|---|---|
Build |
Creates an instance of InvestigatedTradeEventArgs.
| |
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.) |