#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 43 of file ImpliedPriceLevel.h.
|
inline |
Initializes as copy of other level.
Definition at line 51 of file ImpliedPriceLevel.h.
|
inline |
Initializes defined level according to specified attributes.
Definition at line 61 of file ImpliedPriceLevel.h.
|
inline |
Cleans everything up.
Definition at line 68 of file ImpliedPriceLevel.h.
|
inline |
Identifies whether price level exist.
Definition at line 73 of file ImpliedPriceLevel.h.
|
inline |
Updates existence status.
Definition at line 79 of file ImpliedPriceLevel.h.
|
inline |
Definition at line 117 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 92 of file ImpliedPriceLevel.h.
|
inline |
Price value.
Definition at line 98 of file ImpliedPriceLevel.h.
|
inline |
Quantify for the given price.
Definition at line 104 of file ImpliedPriceLevel.h.
|
inline |
Quantify for the given price.
Definition at line 110 of file ImpliedPriceLevel.h.