#include <sstream>
#include <string>
#include <set>
#include <vector>
#include <OnixS/eSpeed/MarketData/Itch/ABI.h>
#include <OnixS/eSpeed/MarketData/Itch/Defines.h>
#include <OnixS/eSpeed/MarketData/Itch/LogSettings.h>
Go to the source code of this file.
Classes | |
struct | ServiceDescriptor |
struct | FeedDescriptor |
struct | HandlerSettings |
Typedefs | |
typedef std::set< std::string > | Symbols |
Functions | |
ONIXS_ESPEED_ITCH_API std::ostream & | operator<< (std::ostream &stream, const ServiceDescriptor &descriptor) |
ONIXS_ESPEED_ITCH_API std::ostream & | operator<< (std::ostream &stream, const FeedDescriptor &descriptor) |
ONIXS_ESPEED_ITCH_API std::ostream & | operator<< (std::ostream &stream, const HandlerSettings &settings) |
typedef std::set<std::string> Symbols |
Alias for symbol list.
Definition at line 97 of file HandlerSettings.h.
ONIXS_ESPEED_ITCH_API std::ostream& operator<< | ( | std::ostream & | stream, |
const ServiceDescriptor & | descriptor | ||
) |
ONIXS_ESPEED_ITCH_API std::ostream& operator<< | ( | std::ostream & | stream, |
const FeedDescriptor & | descriptor | ||
) |
ONIXS_ESPEED_ITCH_API std::ostream& operator<< | ( | std::ostream & | stream, |
const HandlerSettings & | settings | ||
) |