dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Price type attribute of CandleSymbol defines price that is used to build the candles. More...
Static Public Member Functions | |
static ICandleSymbolAttribute | Parse (string s) |
Parses string representation of candle price type into object. Any string that was returned by CandlePrice.ToString can be parsed and case is ignored for parsing. More... | |
Static Public Attributes | |
static readonly ICandleSymbolAttribute | LAST = CandlePrice.LAST |
Last trading price. More... | |
static readonly ICandleSymbolAttribute | BID = CandlePrice.BID |
Quote bid price. More... | |
static readonly ICandleSymbolAttribute | ASK = CandlePrice.ASK |
Quote ask price. More... | |
static readonly ICandleSymbolAttribute | MARK = CandlePrice.MARK |
Market price defined as average between quote bid and ask prices. More... | |
static readonly ICandleSymbolAttribute | SETTLEMENT = CandlePrice.SETTLEMENT |
Official settlement price that is defined by exchange or last trading price otherwise. It updates based on all PriceType values: com.dxfeed.api.data.PriceType#Indicative, com.dxfeed.api.data.PriceType#Preliminary, and com.dxfeed.api.data.PriceType#Final. More... | |
static readonly ICandleSymbolAttribute | DEFAULT = CandlePrice.DEFAULT |
Default price type is LAST. More... | |
Price type attribute of CandleSymbol defines price that is used to build the candles.
|
inlinestatic |
Parses string representation of candle price type into object. Any string that was returned by CandlePrice.ToString can be parsed and case is ignored for parsing.
s | string representation of candle price type. |
InvalidOperationException | if the string representation is invalid. |
|
static |
Quote ask price.
|
static |
Quote bid price.
|
static |
Default price type is LAST.
|
static |
Last trading price.
|
static |
Market price defined as average between quote bid and ask prices.
|
static |
Official settlement price that is defined by exchange or last trading price otherwise. It updates based on all PriceType values: com.dxfeed.api.data.PriceType#Indicative, com.dxfeed.api.data.PriceType#Preliminary, and com.dxfeed.api.data.PriceType#Final.