libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
Namespaces | |
optional | |
v1 | |
v2 | |
Classes | |
struct | TradeCaptureConfirm |
struct | TradeCaptureDecline |
struct | TradeCaptureReport |
struct | TradeCaptureReportAck |
struct | TradeCaptureReportReject |
Enumerations | |
enum | MsgType : common::MsgType_t { MsgType::LogonRequest =0x1E, MsgType::LogonReply =0x1F, MsgType::TradeCaptureReport =0x17, MsgType::TradeCaptureReportAck =0x18, MsgType::TradeCaptureReportReject =0x19, MsgType::TradeCaptureConfirm =0x1A, MsgType::TradeCaptureDecline =0x1B, MsgType::MatchAll =static_cast<std::underlying_type<common::MsgType>::type>(common::MsgType::MatchAll), MsgType::Exit =static_cast<std::underlying_type<common::MsgType>::type>(common::MsgType::Exit) } |
Functions | |
std::ostream & | operator<< (std::ostream &os, MsgType m) |
isimud::exchanges::BATSBOE::EU::TradeCaptureReport common::Header | __attribute__ ((packed)) |
From <a href="http://cdn.batstrading.com/resources/participant_resources/BATS_Europe_Binary_Order_Entry_Specification.pdf>"BATS Chi-X Europe Binary Order Entry Specification", Version 1.44, 27 November, 2014
|
strong |
isimud::exchanges::BATSBOE::EU::TradeCaptureDecline common::Header isimud::exchanges::BATSBOE::EU::__attribute__ | ( | (packed) | ) |