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-231] [Breaking changes] Converted the types and representations of certain event fields to store WideDecimal
Fields that are now of type double: IDxOrderBase.Size, IDxOrderBase.Size, IDxTradeBase.Size, IDxQuote.BidSize, IDxQuote.AskSize, IDxSummary.OpenInterest, IDxProfile.DivFreq, IDxTimeAndSale.Size, IDxCandle.OpenInterest
Added the IDxOrderBase.ExecutedSize (double) field which is related to FOB support
[DXFC-215] [Breaking changes] The IDxFundamentalListener interface renamed to IDxSummaryListener and the OnFundamental method renamed to OnSummary
[DXFC-222] Created wrapper for PriceLevelBook.c
Added the IDxPriceLevelBook, IDxPriceLevelBookListener interfaces
Added the NativePriceLevelBook class (see documentation)
Added the CreatePriceLevelBook methods to NativeConnection class (see documentation)
Added the dxf_price_level_book_sample to demonstrate how to use this wrapper