We released dxFeed C# API 5.2.1 to improve its functionality and simplify its usage. In this version, we synchronized all events with dxFeed Java API, fixed a crush and made minor changes in fields’ names.
New version of dxFeed C# API is already available. Please contact support@dxfeed.com if you have any questions.
Event Change List
Common changes:
EventFlags,PriceType,TimeAndSaleTypeandScopehave been moved fromcom.dxfeed.api.eventtocom.dxfeed.api.data.Direction,ShortSaleRestriction,SideandTradingStatushave been added tocom.dxfeed.api.data. They are counterparts to enums fromcom.dxfeed.event.marketJava API package.- All
DxString-typed fields have been changed tostringtype.DxStringhas been removed. - All
Flagsproperties have been renamed toRawFlagsfor all events. Bit content of raw flags is considered implementation detail and is not documented. IndexedEventhas been renamed toIDxIndexedEvent.LastingEventhas been renamed toIDxLastingEvent.TimeSeriesEventhas been renamed toIDxTimeSeriesEvent.IDxTradeEthhave been renamed toIDxTradeETH.
IDxTrade
- Fields
SequenceandTimeNanoParthave been added. - Fields
TickDirectionandIsEctendedTradingHourshave been added.
IDxQuote
- Fields
Time,SequenceandTimeNanoParthave been added.
IDxSummary
- Fields
DayClosePriceTypeandPrevDayClosePriceTypehave been added.
IDxProfile
- Field
Epshas been renamed toEPS. - Field
FreeFloathas been added. - Fields
ShortSaleRestrictionandTradingStatushave been added.
IDxOrder and IDxSpreadOrder
- Field
TimeNanoParthas been added. - Field
levelhas been removed, usescopeinstead.
IDxTimeAndSale
- Field
IsTradehas been renamed toIsETHTrade. - Field
trade_through_exempthas been added. - Fields
buyerandsellerhave been added. These fields are available at limited number of markets.
IDxCandle
- Deprecated field
DateTimehas been removed.
IDxGreeks
- Field
GreeksPricehas been renamed toPrice. - Fields
MaxSequenceandSequencehave been removed.
IDxTheoPrice
- All
Theoprefixes have been removed from properties.
IDxConfiguration
- Field
Versionhas been added. - Field
Attachmenttype has been changed tostring.