Fetching a Single Instrument
The GetInstrument() function provides overloaded forms that let you identify instruments using different sets of criteria. These are listed below along with code snippets showing their use. Fetch by instrument id ttsdk::Instrument::ResponseCode respCode; uint64_t id = 3899904826036563588; ttsdk::InstrumentPtr instrument = ttsdk::GetInstrument(id, respCode); if (!instrument) { std::cout Fetch by market ID, product name, product type and […]