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

Сервис работы со стоп-заявками Подробнее...

#include <stopordersservice.h>

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

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

 StopOrders (std::shared_ptr< Channel > channel, const std::string &token)
 
ServiceReply PostStopOrder (const std::string &figi, int64_t quantity, int64_t units, int32_t nano, int64_t stopunits, int32_t stopnano, StopOrderDirection direction, const std::string &accountId, StopOrderExpirationType expirationType, StopOrderType stopOrderType, const std::string &orderId, int64_t expireSeconds, int32_t expireNanos)
 Метод выставления стоп-заявки
 
ServiceReply GetStopOrders (const std::string &accountId)
 Метод получения списка активных стоп заявок по счёту
 
ServiceReply CancelStopOrder (const std::string &accountId, const std::string &stopOrderId)
 Метод отмены стоп-заявки
 
- Открытые члены унаследованные от CustomService
 CustomService (const std::string &token)
 

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

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

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

Сервис работы со стоп-заявками

Сервис предназначен для работы со стоп-заявками: 1.выставление; 2.отмена; 3.получение списка стоп-заявок.


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