Tinkoff / invest-openapi-csharp-sdk

Apache License 2.0
100 stars 33 forks source link

[RequestNewFeature] Current sell and buy prices in MarketInstrument object #17

Closed sergey-koryshev closed 5 years ago

sergey-koryshev commented 5 years ago

Hi,

Is it possible to add last sell and buy prices in MarketInstrument object and add method Refresh to update them?

0pd commented 5 years ago

Hi, Sergey.

This SDK gives the ability to get those prices by the following options:

You can use one of these ways to obtain the prices or even to create an abstraction over the MarketInstrument class.

The SDK itself doesn't aim to implement all user stories but to provide basic support of the API.