You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DXFC-254] The amount of memory used to store the symbols required for a subscription has been reduced by several times.
[DXFC-238] Added the ability to set PriceLevelBook symbol or orders sources. Added the new methods:
IDxPriceLevelBook.SetSymbol(string newSymbol)
IDxPriceLevelBook.SetSources(string[] newSources)
IDxPriceLevelBook.AddSymbols(params CandleSymbol[] symbols)
See documentation.
[DXFC-255] Added a simple way to get data from CandleWebService.
Added the CandleDataConnection class with method Task<Dictionary<CandleSymbol, List<IDxCandle>>> GetCandleData(List<CandleSymbol> symbols, DateTime fromTime, DateTime toTime, CancellationToken cancellationToken)
that retrieves candles by symbols and start\stop DateTime. See documentation.
Added the dxf_candle_data_retrieving_sample that demonstrates how to use CandleDataConnection
[Deprecated] These classes, enums, interfaces, delegates and methods are deprecated and will be removed in 9.0.0 version:
DXFeedLastingEventsCollector, LastingEventsCollector, DXFeedSnapshotCollector
Please, use NativeConnection, NativeSubscription classes and their methods.