TT CORE SDK  0.1
TT CORE SDK documentation
instrument.hpp File Reference
#include <tt_core_sdk/enums.hpp>
#include <cstdint>
#include <vector>
#include <memory>
Include dependency graph for instrument.hpp:

Go to the source code of this file.

Classes

class  tt_core_sdk::Instrument
 Definition of a contract on an exchange. More...
 
struct  tt_core_sdk::Instrument::tick_table_data
 Variable ticking data. More...
 
struct  tt_core_sdk::Instrument::tick_table_data::row
 
struct  tt_core_sdk::Instrument::instrument_leg
 Instrument legs. More...
 

Namespaces

 tt_core_sdk
 

Functions

std::shared_ptr< Instrument > tt_core_sdk::DownloadInstrument (uint64_t instr_id)
 Synchronous Instrument download by instrument id. More...
 
std::shared_ptr< Instrument > tt_core_sdk::DownloadInstrument (const std::string &query, enum market market_id)
 Synchronous Instrument download by name/alias. More...