![]() |
MarketFactory C# API 3.0
|
A market data entry, which indicates how to update a book. More...
Public Member Functions | |
| MDEntry () | |
| MDEntry (ProtoByteBuffer buffer) | |
| MDEntry (MFFloat price, MFFloat amount, MFFloat minAmount, MDUpdateAction updateAction, MDElement element, Side side, sbyte source, short numberOfOrders, string components) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| MFFloat | amount |
| Amount of this entry. More... | |
| string | components |
| For aggregated feeds, a string representation of the components of liquidity. More... | |
| MDElement | element |
| Kind of element this entry is. More... | |
| MFFloat | minAmount |
| Amount that represents the small amount than can be executed against for this MDEntry. More... | |
| short | numberOfOrders |
| For aggregated books, when we get notified of a price level, this is the number of orders. More... | |
| MFFloat | price |
| Price of this entry. More... | |
| Side | side |
| Which side the entry is for. More... | |
| sbyte | source |
| A bitmask that provides hints regarding what data was used to produce this entry (vanilla market entry, or enhanced). More... | |
| MDUpdateAction | updateAction |
| The action to apply for incremental updates. More... | |
A market data entry, which indicates how to update a book.
| MDEntry | ( | ) |
| MDEntry | ( | ProtoByteBuffer | buffer | ) |
| MDEntry | ( | MFFloat | price, |
| MFFloat | amount, | ||
| MFFloat | minAmount, | ||
| MDUpdateAction | updateAction, | ||
| MDElement | element, | ||
| Side | side, | ||
| sbyte | source, | ||
| short | numberOfOrders, | ||
| string | components | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| MFFloat price |
Price of this entry.
If this is a structured entry, the price may be invalid.
| MFFloat amount |
Amount of this entry.
If this is a structured entry, the amount may be invalid.
| MFFloat minAmount |
Amount that represents the small amount than can be executed against for this MDEntry.
| MDUpdateAction updateAction |
The action to apply for incremental updates.
The action value is irrelevant for snapshot entries.
| MDElement element |
Kind of element this entry is.
| Side side |
Which side the entry is for.
| sbyte source |
A bitmask that provides hints regarding what data was used to produce this entry (vanilla market entry, or enhanced).
| short numberOfOrders |
For aggregated books, when we get notified of a price level, this is the number of orders.
| string components |
For aggregated feeds, a string representation of the components of liquidity.