TinkoffInvestSDK
|
Сервис торговых поручений Подробнее...
#include <ordersservice.h>
Базовые классы:CustomService.
Открытые члены | |
Orders (std::shared_ptr< Channel > channel, const std::string &token) | |
ServiceReply | PostOrder (const std::string &figi, int64_t quantity, int64_t units, int32_t nano, OrderDirection direction, const std::string &accountId, OrderType orderType, const std::string &orderId) |
Метод выставления заявки | |
ServiceReply | CancelOrder (const std::string &accountId, const std::string &orderId) |
Метод отмены биржевой заявки | |
ServiceReply | GetOrderState (const std::string &accountId, const std::string &orderId) |
Метод получения статуса торгового поручения | |
ServiceReply | GetOrders (const std::string &accountId) |
Метод получения списка активных заявок по счёту | |
Открытые члены унаследованные от CustomService | |
CustomService (const std::string &token) | |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CustomService | |
std::shared_ptr< grpc::ClientContext > | makeContext () |
Защищенные данные унаследованные от CustomService | |
const std::string | m_token |
Сервис торговых поручений
Сервис предназначен для работы с торговыми поручениями: 1.выставление; 2.отмена; 3.получение статуса; 4.расчёт полной стоимости; 5.получение списка заявок.