#include <OnixS/CME/MDH/ImpliedPriceLevel.h>
Public Member Functions | |
ImpliedPriceLevel () | |
ImpliedPriceLevel (const ImpliedPriceLevel &other) | |
ImpliedPriceLevel (const Decimal &price, MbpBookQuantity qty) | |
~ImpliedPriceLevel () | |
bool | exist () const |
bool & | exist () |
const Decimal & | price () const |
Decimal & | price () |
MbpBookQuantity | quantity () const |
MbpBookQuantity & | quantity () |
ImpliedPriceLevel & | operator= (const ImpliedPriceLevel &other) |
Definition at line 31 of file ImpliedPriceLevel.h.
|
inline |
Initializes undefined level.
Definition at line 35 of file ImpliedPriceLevel.h.
|
inline |
Initializes as copy of other level.
Definition at line 43 of file ImpliedPriceLevel.h.
|
inline |
Initializes defined level according to specified attributes.
Definition at line 52 of file ImpliedPriceLevel.h.
|
inline |
Cleans everything up.
Definition at line 60 of file ImpliedPriceLevel.h.
|
inline |
Identifies whether price level exist.
Definition at line 63 of file ImpliedPriceLevel.h.
|
inline |
Updates existence status.
Definition at line 69 of file ImpliedPriceLevel.h.
|
inline |
Definition at line 106 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 82 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 88 of file ImpliedPriceLevel.h.
|
inline |
Quantity for the given price.
Definition at line 94 of file ImpliedPriceLevel.h.
|
inline |
Quantity for the given price.
Definition at line 100 of file ImpliedPriceLevel.h.