TinkoffInvestSDK
|
Сервис операций по счету Подробнее...
#include <operationsservice.h>
Базовые классы:CustomService.
Открытые члены | |
Operations (std::shared_ptr< Channel > channel, const std::string &token) | |
ServiceReply | GetOperations (const std::string &accountId, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos, OperationState state, const std::string &figi) |
Метод получения списка операций по счёту | |
ServiceReply | GetPortfolio (const std::string &accountId) |
Метод получения портфеля по счёту | |
ServiceReply | GetPositions (const std::string &accountId) |
Метод получения списка позиций по счёту | |
ServiceReply | GetWithdrawLimits (const std::string &accountId) |
Метод получения доступного остатка для вывода средств | |
ServiceReply | GetBrokerReport (const std::string &accountId, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos) |
Метод получения брокерского отчёта | |
ServiceReply | GetBrokerReport (const std::string &taskId, int32_t page) |
Метод получения брокерского отчёта | |
ServiceReply | GetDividendsForeignIssuer (const std::string &accountId, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos) |
Метод получения отчёта "Справка о доходах за пределами РФ". | |
ServiceReply | GetDividendsForeignIssuer (const std::string &taskId, int32_t page) |
Метод получения отчёта "Справка о доходах за пределами РФ". | |
Открытые члены унаследованные от CustomService | |
CustomService (const std::string &token) | |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CustomService | |
std::shared_ptr< grpc::ClientContext > | makeContext () |
Защищенные данные унаследованные от CustomService | |
const std::string | m_token |
Сервис операций по счету
Сервис предназначен для получения: 1.списка операций по счёту; 2.портфеля по счёту; 3.позиций ценных бумаг на счёте; 4.доступного остатка для вывода средств; 5.получения различных отчётов.