dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Data Structures
Here are the data structures with brief descriptions:
[detail level 123456]
 Ncom
 Ndxfeed
 Napi
 Ncandle
 Nevents
 Nextras
 Nutil
 CDXEndpointManages network connections to DXFeed.
 CDxException
 CDXFeedMain entry class for dxFeed API (read it first).
 CDXFeedEventHandlerThe universal event listener class for handling all native events. It is aggregates as simple as snapshots events and calls IDXFeedEventListener<E> from list. This class used as event listener converter from native events wrapper to high-level event listener.
 CDXFeedLastingEventsCollectorClass provides methods for collecting and storing lasting events.
 CDXFeedSnapshotCollector
 CDXFeedSubscriptionSubscription for a set of symbols and event types.
 CDXFeedSymbolsUpdateEventArgsRepresents class contains data for symbols update events.
 CDXFeedTimeSeriesSubscription
 CIDxCandleListenerInterface provides receiving candle events
 CIDxCandleSnapshotListenerInterface provides receiving candle snapshot events.
 CIDxConfigurationListenerInterface provides receiving Configuration events.
 CIDxConnectionInterface provides operations with event subscription
 CIDXEndpointManages network connections to DXFeed.
 CIDxEventListenerInterface provides receiving events.
 CIDXFeedMain entry class for dxFeed API (read it first).
 CIDXFeedEventListenerThe listener interface for receiving events of the specified type E.
 CIDxFeedListenerInterface provides receiving events
 CIDXFeedSubscriptionSubscription for a set of symbols and event types.
 CIDXFeedTimeSeriesSubscription
 CIDxFundamentalListenerInterface provides receiving fundamental events.
 CIDxGreeksListenerInterface provides receiving Greeks events.
 CIDxGreeksSnapshotListenerInterface provides receiving Greeks snapshot events.
 CIDxOrderListenerInterface provides receiving order events.
 CIDxOrderSnapshotListenerInterface provides receiving order snapshot events.
 CIDxOrderViewListenerInterface provides receiving Order View events.
 CIDxProfileListenerInterface provides receiving profile events.
 CIDxQuoteListenerInterface provides receiving quote events.
 CIDxRegionalBook
 CIDxRegionalBookListener
 CIDxSeriesListenerInterface provides receiving Series events.
 CIDxSeriesSnapshotListenerInterface provides receiving Series snapshot events.
 CIDxSnapshotListenerInterface provides receiving snapshot events.
 CIDxSpreadOrderListenerInterface provides receiving SpreadOrder events.
 CIDxSpreadOrderSnapshotListenerInterface provides receiving spread order snapshot events.
 CIDxSubscriptionInterface provides operation with subscription parameters.
 CIDxTheoPriceListenerInterface provides receiving TheoPrice events.
 CIDxTimeAndSaleListenerInterface provides receiving TimeAndSale events.
 CIDxTimeAndSaleSnapshotListenerInterface provides receiving time and sale snapshot events.
 CIDxTradeETHListenerInterface provides receiving TradeETH events.
 CIDxTradeListenerInterface provides receiving Trade events.
 CIDxUnderlyingListenerInterface provides receiving Underlying events.
 CLastingEventsCollectorClass provides methods for collecting and storing lasting events. This collector expands with universal event listener.
 CToolsClass provides some helpers for library.
 Nio
 CCSVFormatExceptionSignals that input stream does not conform to the CSV format. See RFC 4180 for CSV format specification.
 CCSVReaderReads data from the stream using Comma-Separated Values (CSV) format. See RFC 4180 for CSV format specification
 CCSVWriterWrites data to the stream using Comma-Separated Values (CSV) format. See RFC 4180 for CSV format specification
 CStreamCompressionDefines byte stream compression format
 CURLInputStream
 Nipf
 Nimpl
 Nlive
 Noption
 CDateFormat
 CInstrumentProfileRepresents basic profile information about market instrument. Please see Instrument Profile Format documentation for complete description.
 CInstrumentProfileFieldDefines standard fields of InstrumentProfile and provides data access methods. Please see Instrument Profile Format documentation for complete description.
 CInstrumentProfileFormatExceptionSignals that input stream does not conform to the Simple File Format. Please see Instrument Profile Format documentation for complete description.
 CInstrumentProfileReaderReads instrument profiles from the stream using Simple File Format. Please see Instrument Profile Format documentation for complete description. This reader automatically uses data formats as specified in the stream. Use InstrumentProfileConnection if support for streaming updates of instrument profiles is needed.
 CInstrumentProfileTypeDefines standard types of InstrumentProfile. Note that other (unknown) types can be used without listing in this class - use it for convenience only. Please see Instrument Profile Format documentation for complete description.
 CInstrumentProfileWriterWrites instrument profiles to the stream using Simple File Format. Please see Instrument Profile Format documentation for complete description. This writer automatically derives data formats needed to write all meaningful fields.
 Nnative
 Napi
 Nevents
 CNativeConnectionClass provides operations with event subscription
 CNativeDxException
 CNativeRegionalBook
 CNativeSnapshotSubscriptionClass provides native snapshot subscription
 CNativeSubscriptionClass provides native event subscription
 CNativeTools
 COrderEventBufferSimple buffer to collect order events. Not thread safe.
 COrderViewSubscription
 Nutil
 CDayUtilA collection of static utility methods for manipulation of int day id, that is the number of days since Unix epoch of January 1, 1970.
 CMathUtilA collection of non-trivial mathematical utility methods.
 CStringCacheCaches strings and provides lookup methods by raw character data to avoid string construction. It is intended to be used in various parsers to reduce memory footprint and garbage
 CTimePeriodValue class for period of time with support for ISO8601 duration format.