#include <OnixS/CME/MDH/ImpliedPriceLevel.h>
Public Member Functions | |
| ImpliedPriceLevel () | |
| ImpliedPriceLevel (const ImpliedPriceLevel &other) | |
| ImpliedPriceLevel (const Messaging::Decimal &price, MbpBookQuantity qty) | |
| ~ImpliedPriceLevel () | |
| bool | exist () const |
| bool & | exist () |
| const Messaging::Decimal & | price () const |
| Messaging::Decimal & | price () |
| MbpBookQuantity | quantity () const |
| MbpBookQuantity & | quantity () |
| ImpliedPriceLevel & | operator= (const ImpliedPriceLevel &other) |
Definition at line 32 of file ImpliedPriceLevel.h.
|
inline |
Initializes undefined level.
Definition at line 36 of file ImpliedPriceLevel.h.
|
inline |
Initializes as copy of other level.
Definition at line 44 of file ImpliedPriceLevel.h.
|
inline |
Initializes defined level according to specified attributes.
Definition at line 53 of file ImpliedPriceLevel.h.
|
inline |
Cleans everything up.
Definition at line 61 of file ImpliedPriceLevel.h.
|
inline |
Updates existence status.
Definition at line 70 of file ImpliedPriceLevel.h.
|
inline |
Identifies whether price level exist.
Definition at line 64 of file ImpliedPriceLevel.h.
|
inline |
Definition at line 107 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 89 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 83 of file ImpliedPriceLevel.h.
|
inline |
Quantity for the given price.
Definition at line 101 of file ImpliedPriceLevel.h.
|
inline |
Quantity for the given price.
Definition at line 95 of file ImpliedPriceLevel.h.