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
,TimeAndSaleType
andScope
have been moved fromcom.dxfeed.api.event
tocom.dxfeed.api.data
. -
Direction
,ShortSaleRestriction
,Side
andTradingStatus
have been added tocom.dxfeed.api.data
. They are counterparts to enums fromcom.dxfeed.event.market
Java API package. - All
DxString
-typed fields have been changed tostring
type.DxString
has been removed. - All
Flags
properties have been renamed toRawFlags
for all events. Bit content of raw flags is considered implementation detail and is not documented. -
IndexedEvent
has been renamed toIDxIndexedEvent
. -
LastingEvent
has been renamed toIDxLastingEvent
. -
TimeSeriesEvent
has been renamed toIDxTimeSeriesEvent
. -
IDxTradeEth
have been renamed toIDxTradeETH
.
IDxTrade
- Fields
Sequence
andTimeNanoPart
have been added. - Fields
TickDirection
andIsEctendedTradingHours
have been added.
IDxQuote
- Fields
Time
,Sequence
andTimeNanoPart
have been added.
IDxSummary
- Fields
DayClosePriceType
andPrevDayClosePriceType
have been added.
IDxProfile
- Field
Eps
has been renamed toEPS
. - Field
FreeFloat
has been added. - Fields
ShortSaleRestriction
andTradingStatus
have been added.
IDxOrder
and IDxSpreadOrder
- Field
TimeNanoPart
has been added. - Field
level
has been removed, usescope
instead.
IDxTimeAndSale
- Field
IsTrade
has been renamed toIsETHTrade
. - Field
trade_through_exempt
has been added. - Fields
buyer
andseller
have been added. These fields are available at limited number of markets.
IDxCandle
- Deprecated field
DateTime
has been removed.
IDxGreeks
- Field
GreeksPrice
has been renamed toPrice
. - Fields
MaxSequence
andSequence
have been removed.
IDxTheoPrice
- All
Theo
prefixes have been removed from properties.
IDxConfiguration
- Field
Version
has been added. - Field
Attachment
type has been changed tostring
.