dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.api.candle.CandleSymbolAttributes.Price Class Reference

Price type attribute of CandleSymbol defines price that is used to build the candles. More...

Collaboration diagram for com.dxfeed.api.candle.CandleSymbolAttributes.Price:
[legend]

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...
 

Detailed Description

Price type attribute of CandleSymbol defines price that is used to build the candles.

Member Function Documentation

◆ Parse()

static ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.Parse ( string  s)
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.

Parameters
sstring representation of candle price type.
Returns
candle price type.
Exceptions
InvalidOperationExceptionif the string representation is invalid.

Field Documentation

◆ ASK

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.ASK = CandlePrice.ASK
static

Quote ask price.

◆ BID

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.BID = CandlePrice.BID
static

Quote bid price.

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.DEFAULT = CandlePrice.DEFAULT
static

Default price type is LAST.

◆ LAST

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.LAST = CandlePrice.LAST
static

Last trading price.

◆ MARK

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.MARK = CandlePrice.MARK
static

Market price defined as average between quote bid and ask prices.

◆ SETTLEMENT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Price.SETTLEMENT = CandlePrice.SETTLEMENT
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.


The documentation for this class was generated from the following file: