Closed sergey-koryshev closed 5 years ago
Hi, Sergey.
This SDK gives the ability to get those prices by the following options:
Context.OrderbookAsync
called with depth = 1
will return it onceOrderbookSubscribeRequest
will raise Context.StreamingEventReceived
event on every data updateYou 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.
Hi,
Is it possible to add last sell and buy prices in
MarketInstrument
object and add methodRefresh
to update them?