Skip to content

dxFeed .Net API 8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 13:09
· 60 commits to master since this release
c5cfaec
  • [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