|
|
| PriceSize () |
| | Default constructor that initializes price and quantity to 0.
|
| |
| | PriceSize (sbe_int64_t price_, sbe_int64_t quantity_) |
| | The constructor that initializes price and quantity to the passed values. More...
|
| |
| | PriceSize (const PriceSize &p2) |
| | A deep copy Copy Constructor More...
|
| |
| void | setPrice (sbe_int64_t price_) |
| | Set a new price value More...
|
| |
| void | setQuantity (sbe_int64_t quantity_) |
| | Set a new quantity value More...
|
| |
|
std::string | toString () |
| | Stringize PriceSize showing stringized decimals.
|
| |
|
std::string | toRawString () |
| | Stringize PriceSize showing the raw data member price and quantity values.
|
| |
|
double | priceToDouble () |
| | Get the double representation of price.
|
| |
|
double | quantityToDouble () |
| | Get the double representation of quantity.
|
| |
|
template<typename T > |
| std::string | ToString (T val) |
| | Stringize a type using the standard sstream formatting.
|
| |
========================================================================
Price and Size holder - indexed by price