![]() |
MarketFactory 3.14.0 C# API
|
Trading Event: An order hitting a quote. More...
Public Member Functions | |
| NewOrder () | |
| NewOrder (ProtoByteBuffer buffer) | |
| NewOrder (int sequenceID, int feedID, int marketID, bool isBaseSpecified, Side side, MFFloat price, MFFloat amount, OrderType ordType, string partyID, string clOrdID, string orderID, string execID, string quoteID, string quoteReqID, long tradeDate, long settlDate, long timeHandler, long timeApiServer, long timeApiClient, long timeExchange, string detail) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| MFFloat | amount |
| A currency amount/size, in MFFloat format. More... | |
| string | clOrdID |
| Client-provided order ID. More... | |
| string | detail |
| string | execID |
| int | feedID |
| A unique identifier for the feed. More... | |
| bool | isBaseSpecified |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| string | orderID |
| Internal order ID. More... | |
| OrderType | ordType |
| Default is previously quoted, but some venues would send limit as well. More... | |
| string | partyID |
| MFFloat | price |
| A currency price, in MFFloat format. More... | |
| string | quoteID |
| string | quoteReqID |
| int | sequenceID |
| User sequence id. More... | |
| long | settlDate |
| Side | side |
| long | timeApiClient |
| Timestamp at the client API (taken on the client host). More... | |
| long | timeApiServer |
| Timestamp in the client handler within Whisperer. More... | |
| long | timeExchange |
| Timestamp provided by the exchange. More... | |
| long | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
| long | tradeDate |
Trading Event: An order hitting a quote.
| NewOrder | ( | ) |
| NewOrder | ( | ProtoByteBuffer | buffer | ) |
| NewOrder | ( | int | sequenceID, |
| int | feedID, | ||
| int | marketID, | ||
| bool | isBaseSpecified, | ||
| Side | side, | ||
| MFFloat | price, | ||
| MFFloat | amount, | ||
| OrderType | ordType, | ||
| string | partyID, | ||
| string | clOrdID, | ||
| string | orderID, | ||
| string | execID, | ||
| string | quoteID, | ||
| string | quoteReqID, | ||
| long | tradeDate, | ||
| long | settlDate, | ||
| long | timeHandler, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| long | timeExchange, | ||
| string | detail | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int sequenceID |
User sequence id.
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.
| bool isBaseSpecified |
| Side side |
| OrderType ordType |
Default is previously quoted, but some venues would send limit as well.
| string partyID |
| string clOrdID |
Client-provided order ID.
| string orderID |
Internal order ID.
| string execID |
| string quoteID |
| string quoteReqID |
| long tradeDate |
| long settlDate |
| long timeHandler |
Timestamp exiting the feed handler within Whisperer.
| long timeApiServer |
Timestamp in the client handler within Whisperer.
| long timeApiClient |
Timestamp at the client API (taken on the client host).
| long timeExchange |
Timestamp provided by the exchange.
| string detail |