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

Update definition. More...

#include "utility/iostream.h"
#include <cstdint>
#include "update.inl"

Go to the source code of this file.

Namespaces

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

Enumerations

enum class  CppTrader::Matching::UpdateType : uint8_t { CppTrader::Matching::NONE , CppTrader::Matching::ADD , CppTrader::Matching::UPDATE , CppTrader::Matching::DELETE }
 Update type. More...
 

Functions

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

Detailed Description

Update definition.

Author
Ivan Shynkarenka
Date
09.08.2017

Definition in file update.h.