#include <OnixS/CboeCFE/MarketData/Pitch/ABI.h>
#include <OnixS/CboeCFE/MarketData/Pitch/Defines.h>
#include <OnixS/CboeCFE/MarketData/Pitch/String.h>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
struct | OrderInfo |
struct | PriceLevel |
struct | PriceLevelCollections |
class | OrderBook |
Namespaces | |
OnixS | |
OnixS::CboeCFE | |
OnixS::CboeCFE::MarketData | |
OnixS::CboeCFE::MarketData::Pitch | |
Typedefs | |
typedef std::vector< OrderInfo > | OrderInfos |
typedef PriceLevelCollections::Array | PriceLevels |
typedef PriceLevelCollections::ArrayEntry | PriceLevelsEntry |
typedef PriceLevelCollections::ArrayConstEntry | PriceLevelsConstEntry |
Functions | |
bool | operator== (const PriceLevel &l, const PriceLevel &r) ONIXS_BATS_PITCH_NOTHROW |
bool | isValid (const PriceLevel &level) ONIXS_BATS_PITCH_NOTHROW |
const BinaryPrice & | getPrice (const PriceLevel &level) ONIXS_BATS_PITCH_NOTHROW |
ONIXS_CBOECFE_PITCH_API std::ostream & | operator<< (std::ostream &stream, const PriceLevel &value) |