![]() |
MarketFactory 3.14.0 C# API
|
Public Member Functions | |
| RejectOrder () | |
| RejectOrder (ProtoByteBuffer buffer) | |
| RejectOrder (int feedID, int marketID, bool isBaseSpecified, Side side, MFFloat amount, MFFloat price, string partyID, string orderID, string clOrdID, string execID, string quoteReqID, long tradeDate, long settlDate, string text, long timeApiClient, long timeApiServer, long timeHandler, 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... | |
| string | partyID |
| MFFloat | price |
| A currency price, in MFFloat format. More... | |
| string | quoteReqID |
| long | settlDate |
| Side | side |
| string | text |
| long | timeApiClient |
| Timestamp at the client API (taken on the client host). More... | |
| long | timeApiServer |
| Timestamp in the client handler within Whisperer. More... | |
| long | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
| long | tradeDate |
| RejectOrder | ( | ) |
| RejectOrder | ( | ProtoByteBuffer | buffer | ) |
| RejectOrder | ( | int | feedID, |
| int | marketID, | ||
| bool | isBaseSpecified, | ||
| Side | side, | ||
| MFFloat | amount, | ||
| MFFloat | price, | ||
| string | partyID, | ||
| string | orderID, | ||
| string | clOrdID, | ||
| string | execID, | ||
| string | quoteReqID, | ||
| long | tradeDate, | ||
| long | settlDate, | ||
| string | text, | ||
| long | timeApiClient, | ||
| long | timeApiServer, | ||
| long | timeHandler, | ||
| string | detail | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.
| bool isBaseSpecified |
| Side side |
| string partyID |
| string orderID |
Internal order ID.
| string clOrdID |
Client-provided order ID.
| string execID |
| string quoteReqID |
| long tradeDate |
| long settlDate |
| string text |
| long timeApiClient |
Timestamp at the client API (taken on the client host).
| long timeApiServer |
Timestamp in the client handler within Whisperer.
| long timeHandler |
Timestamp exiting the feed handler within Whisperer.
| string detail |