TinkoffInvestSDK
Открытые члены | Полный список членов класса
Класс MarketData

Сервис получения биржевой информации Подробнее...

#include <marketdataservice.h>

Базовые классы:CustomService.

Открытые члены

 MarketData (std::shared_ptr< Channel > channel, const std::string &token)
 
ServiceReply GetCandles (const std::string &figi, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos, CandleInterval interval)
 Метод запроса исторических свечей по инструменту
 
ServiceReply GetLastPrices (const std::vector< std::string > &figis)
 Метод запроса последних цен по инструментам
 
ServiceReply GetOrderBook (const std::string &figi, int32_t depth)
 Метод получения стакана по инструменту
 
ServiceReply GetTradingStatus (const std::string &figi)
 Метод запроса статуса торгов по инструментам
 
ServiceReply GetLastTrades (const std::string &figi, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos)
 Метод запроса последних обезличенных сделок по инструменту
 
- Открытые члены унаследованные от CustomService
 CustomService (const std::string &token)
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от CustomService
std::shared_ptr< grpc::ClientContext > makeContext ()
 
- Защищенные данные унаследованные от CustomService
const std::string m_token
 

Подробное описание

Сервис получения биржевой информации

Сервис получения биржевой информации:

  1. свечи;
  2. стаканы;
  3. торговые статусы;
  4. лента сделок.

Объявления и описания членов классов находятся в файлах: