Class DayBar
Represent access to DayBar quote, which contains summary information about instrument prices.
Namespace: TradingPlatform.BusinessLayer
Syntax
public class DayBar : MessageQuote
Properties
Ask
Ask price
Declaration
public double Ask { get; set; }
Property Value
Type | Description |
---|---|
double |
AskSize
Ask size
Declaration
public double AskSize { get; set; }
Property Value
Type | Description |
---|---|
double |
AverageTradedPrice
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double AverageTradedPrice { get; set; }
Property Value
Type | Description |
---|---|
double |
Bid
Bid price
Declaration
public double Bid { get; set; }
Property Value
Type | Description |
---|---|
double |
BidSize
Bid size
Declaration
public double BidSize { get; set; }
Property Value
Type | Description |
---|---|
double |
BottomPriceLimit
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double BottomPriceLimit { get; set; }
Property Value
Type | Description |
---|---|
double |
Change
Change value
Declaration
public double Change { get; set; }
Property Value
Type | Description |
---|---|
double |
ChangePercentage
Change value in percentage
Declaration
public double ChangePercentage { get; set; }
Property Value
Type | Description |
---|---|
double |
Delta
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Delta { get; set; }
Property Value
Type | Description |
---|---|
double |
FundingRate
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double FundingRate { get; set; }
Property Value
Type | Description |
---|---|
double |
Gamma
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Gamma { get; set; }
Property Value
Type | Description |
---|---|
double |
High
High price
Declaration
public double High { get; set; }
Property Value
Type | Description |
---|---|
double |
IV
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double IV { get; set; }
Property Value
Type | Description |
---|---|
double |
Last
Last price
Declaration
public double Last { get; set; }
Property Value
Type | Description |
---|---|
double |
LastSize
Last size
Declaration
public double LastSize { get; set; }
Property Value
Type | Description |
---|---|
double |
Low
Low price
Declaration
public double Low { get; set; }
Property Value
Type | Description |
---|---|
double |
Mark
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Mark { get; set; }
Property Value
Type | Description |
---|---|
double |
MarkSize
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double MarkSize { get; set; }
Property Value
Type | Description |
---|---|
double |
Open
Open price
Declaration
public double Open { get; set; }
Property Value
Type | Description |
---|---|
double |
OpenInterest
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double OpenInterest { get; set; }
Property Value
Type | Description |
---|---|
double |
PrevSettlementPrice
Previous settlement price
Declaration
public double PrevSettlementPrice { get; set; }
Property Value
Type | Description |
---|---|
double |
PreviousClose
Previous Close price
Declaration
public double PreviousClose { get; set; }
Property Value
Type | Description |
---|---|
double |
QuoteAssetVolume
Volume value
Declaration
public double QuoteAssetVolume { get; set; }
Property Value
Type | Description |
---|---|
double |
Rho
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Rho { get; set; }
Property Value
Type | Description |
---|---|
double |
Theta
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Theta { get; set; }
Property Value
Type | Description |
---|---|
double |
Ticks
Ticks value
Declaration
public long Ticks { get; set; }
Property Value
Type | Description |
---|---|
long |
TopPriceLimit
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double TopPriceLimit { get; set; }
Property Value
Type | Description |
---|---|
double |
TotalBuyQuantity
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double TotalBuyQuantity { get; set; }
Property Value
Type | Description |
---|---|
double |
TotalSellQuantity
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double TotalSellQuantity { get; set; }
Property Value
Type | Description |
---|---|
double |
Trades
Trades value
Declaration
public long Trades { get; set; }
Property Value
Type | Description |
---|---|
long |
Vega
Represent access to DayBar quote, which contains summary information about instrument prices.
Declaration
public double Vega { get; set; }
Property Value
Type | Description |
---|---|
double |
Volume
Volume value
Declaration
public double Volume { get; set; }
Property Value
Type | Description |
---|---|
double |