We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def replace_order(self, request: ReplaceOrderRequest) -> PostOrderResponse:
Выставление заявок падает с ошибкой:
OrdersService.replace_order() got an unexpected keyword argument 'order_id'
В protobuf-файлах поле есть string order_id = 6 [(google.api.field_behavior) = REQUIRED]; //Идентификатор заявки на бирже.
в доке по методу поле есть https://russianinvestments.github.io/investAPI/orders/#replaceorderrequest
в коде метода поля нет
0.2.0-beta109
3.11
Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Что случилось?
def replace_order(self, request: ReplaceOrderRequest) -> PostOrderResponse:
Выставление заявок падает с ошибкой:
В protobuf-файлах поле есть
string order_id = 6 [(google.api.field_behavior) = REQUIRED]; //Идентификатор заявки на бирже.
в доке по методу поле есть https://russianinvestments.github.io/investAPI/orders/#replaceorderrequest
в коде метода поля нет
Воспроизведение
Tinkoff Invest Version
0.2.0-beta109
Python Version
3.11
OS
Windows
Логи
The text was updated successfully, but these errors were encountered: