RussianInvestments / invest-python

Invest Python gRPC client
https://russianinvestments.github.io/invest-python/
Apache License 2.0
63 stars 21 forks source link

Отсутствует trade_type в class TradeInstrument #26

Closed andrey-vrn closed 6 months ago

andrey-vrn commented 6 months ago

Что случилось?

Не хватает trade_type в class TradeInstrument по аналогии с order_book_type в OrderBookInstrument.

Воспроизведение

No response

Tinkoff Invest Version

0.2.0-beta98

Python Version

3.11

OS

Windows

Логи

No response

andrey-vrn commented 6 months ago

Может, как-то однотипно по аналогии с orderbook сделать?

python-invest commented 6 months ago

Будьте добры прикрепить шаги воспроизведения проблемы. Модель записана в соответствии с контрактами

message TradeInstrument {
  string figi = 1 [deprecated = true]; //Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
  string instrument_id = 2; //Идентификатор инструмента, принимает значение figi или instrument_uid
}
andrey-vrn commented 6 months ago

Вопрос снят.