samoilovv / TinkoffInvestSDK

C++ client for Tinkoff Invest API
https://samoilovv.github.io/TinkoffInvestSDK/
MIT License
28 stars 5 forks source link

фикс PostSandboxOrder #12

Closed Dlash closed 1 year ago

Dlash commented 1 year ago

насколько я понимаю, эта функция сейчас не раобтает, так как ей не хватает аргументов аналогично PostOrder, должно быть: PostSandboxOrder(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)

и в тело функции добавить: request.set_direction(direction); request.set_account_id(accountId); request.set_order_type(orderType); request.set_order_id(orderId);

cyberlove777 commented 1 year ago

Используйте тот же самый PostOrder, только в качестве хоста надо использовать sandbox-invest-public-api.tinkoff.ru:443