Method GetLatestTicker
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.MarketData
- Assembly
- WhalesSecret.TradeScriptLib.dll
GetLatestTicker()
Gets the latest ticker.
Ticker GetLatestTicker()
Returns
- Ticker
Latest ticker.
Exceptions
- NotFoundException
Thrown if the method is called after the ticker subscription was disposed.
- MalfunctionException
Thrown if an internal error occurred.