TinkoffInvestSDK
|
Сервис для работы с песочницей Подробнее...
#include <sandboxservice.h>
Базовые классы:CustomService.
Открытые члены | |
Sandbox (std::shared_ptr< Channel > channel, const std::string &token) | |
ServiceReply | OpenSandboxAccount () |
Регистрация счёта в песочнице | |
ServiceReply | GetSandboxAccounts () |
Получение счетов в песочнице | |
ServiceReply | CloseSandboxAccount (const std::string &accountId) |
Закрытие счёта в песочнице | |
ServiceReply | PostSandboxOrder (const std::string &figi, int64_t quantity, int64_t units, int32_t nano) |
Выставление торгового поручения в песочнице | |
ServiceReply | GetSandboxOrders (const std::string &accountId) |
Получение списка активных заявок по счёту в песочнице | |
ServiceReply | CancelSandboxOrder (const std::string &accountId, const std::string &orderId) |
Отмена торгового поручения в песочнице | |
ServiceReply | GetSandboxOrderState (const std::string &accountId, const std::string &orderId) |
Получение статуса заявки в песочнице | |
ServiceReply | GetSandboxPositions (const std::string &accountId) |
Получение позиций по виртуальному счёту песочницы | |
ServiceReply | GetSandboxOperations (const std::string &accountId, int64_t fromseconds, int32_t fromnanos, int64_t toseconds, int32_t tonanos) |
Получение операций в песочнице по номеру счёта | |
ServiceReply | GetSandboxPortfolio (const std::string &accountId) |
Получение портфолио в песочнице | |
ServiceReply | SandboxPayIn (const std::string &accountId, const std::string ¤cy, int64_t units, int32_t nano) |
Пополнение счёта в песочнице | |
Открытые члены унаследованные от CustomService | |
CustomService (const std::string &token) | |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CustomService | |
std::shared_ptr< grpc::ClientContext > | makeContext () |
Защищенные данные унаследованные от CustomService | |
const std::string | m_token |
Сервис для работы с песочницей
Сервис для работы с песочницей TINKOFF INVEST API