dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Data Structures | |
class | CandleAlignment |
Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time. More... | |
class | CandleExchange |
Exchange attribute of CandleSymbol defines exchange identifier where data is taken from to build the candles. More... | |
class | CandlePeriod |
Period attribute of CandleSymbol defines aggregation period of the candles. Aggregation period is defined as pair of a GetValue() and type. More... | |
class | CandlePrice |
Price type attribute of CandleSymbol defines price that is used to build the candles. More... | |
class | CandleSession |
Session attribute of CandleSymbol defines trading that is used to build the candles. More... | |
class | CandleSymbol |
Symbol that should be used with DXFeedSubscription class to subscribe for IDxCandle events. DXFeedSubscription also accepts a string representation of the candle symbol for subscription. More... | |
class | CandleSymbolAttributes |
Class stores all candle symbol attributes More... | |
class | CandleType |
Type of the candle aggregation period constitutes CandlePeriod type together its actual value. More... | |
interface | ICandleSymbolAttribute |
Attribute of the CandleSymbol More... | |