Lazy MultiSourceQuotesProvider #863
Annotations
11 warnings
Atomex.MarketData/Binance/BinanceRestOrderBooksProvider.cs#L89
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Binance/BinanceWebSocketOrderBooksProvider.cs#L75
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Binance/BinanceWebSocketPartialOrderBooksProvider.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Bitfinex/BitfinexWebSocketOrderBooksProvider.cs#L87
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Bitfinex/BitfinexWebSocketQuotesProvider.cs#L42
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Bitfinex/BitfinexWebSocketQuotesProvider.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Atomex.MarketData/Abstract/QuotesProvider.cs#L29
Non-nullable event 'QuotesUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Atomex.MarketData/Abstract/QuotesProvider.cs#L29
Non-nullable event 'AvailabilityChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Atomex.MarketData/Abstract/QuotesProvider.cs#L29
Non-nullable field '_updaterTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Atomex.MarketData/Abstract/QuotesProvider.cs#L29
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading