#include <OnixS/CME/MDH/ImpliedPriceLevel.h>
Public Member Functions | |
ImpliedPriceLevel () | |
ImpliedPriceLevel (const ImpliedPriceLevel &other) | |
ImpliedPriceLevel (const Decimal &price, Int32 qty) | |
~ImpliedPriceLevel () | |
bool | exist () const |
bool & | exist () |
const Decimal & | price () const |
Decimal & | price () |
Int32 | quantity () const |
Int32 & | quantity () |
ImpliedPriceLevel & | operator= (const ImpliedPriceLevel &other) |
Definition at line 30 of file ImpliedPriceLevel.h.
|
inline |
Initializes undefined level.
Definition at line 34 of file ImpliedPriceLevel.h.
|
inline |
Initializes as copy of other level.
Definition at line 42 of file ImpliedPriceLevel.h.
|
inline |
Initializes defined level according to specified attributes.
Definition at line 51 of file ImpliedPriceLevel.h.
|
inline |
Cleans everything up.
Definition at line 59 of file ImpliedPriceLevel.h.
|
inline |
Identifies whether price level exist.
Definition at line 62 of file ImpliedPriceLevel.h.
|
inline |
Updates existence status.
Definition at line 68 of file ImpliedPriceLevel.h.
|
inline |
Definition at line 105 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 81 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 87 of file ImpliedPriceLevel.h.
|
inline |
Quantify for the given price.
Definition at line 93 of file ImpliedPriceLevel.h.
|
inline |
Quantify for the given price.
Definition at line 99 of file ImpliedPriceLevel.h.