CppTrader  1.0.4.0
C++ Trader
Classes | Namespaces | Enumerations | Functions
level.h File Reference

Price level definition. More...

#include "order.h"
#include "update.h"
#include "containers/bintree_avl.h"
#include "level.inl"

Go to the source code of this file.

Classes

struct  CppTrader::Matching::Level
 Price level. More...
 
struct  CppTrader::Matching::LevelNode
 Price level node. More...
 
struct  CppTrader::Matching::LevelUpdate
 Price level update. More...
 

Namespaces

 CppTrader
 C++ Trader project definitions.
 
 CppTrader::Matching
 Matching engine definitions.
 

Enumerations

enum class  CppTrader::Matching::LevelType : uint8_t { CppTrader::Matching::BID , CppTrader::Matching::ASK }
 Price level type. More...
 

Functions

template<class TOutputStream >
TOutputStream & CppTrader::Matching::operator<< (TOutputStream &stream, LevelType type)
 

Detailed Description

Price level definition.

Author
Ivan Shynkarenka
Date
02.08.2017

Definition in file level.h.