Class DayBar
Represent access to DayBar quote, which contains summary information about instrument prices.
Namespace: TradingPlatform.BusinessLayer
Syntax
public class DayBar : MessageQuote, IXElementSerialization
Properties
Ask
Ask price
Declaration
public double Ask { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AskSize
Ask size
Declaration
public double AskSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Bid
Bid price
Declaration
public double Bid { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BidSize
Bid size
Declaration
public double BidSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Change
Change value
Declaration
public double Change { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ChangePercentage
Change value in percentage
Declaration
public double ChangePercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
High
High price
Declaration
public double High { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Last
Last price
Declaration
public double Last { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LastSize
Last size
Declaration
public double LastSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Low
Low price
Declaration
public double Low { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Open
Open price
Declaration
public double Open { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PreviousClose
Previous Close price
Declaration
public double PreviousClose { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PrevSettlementPrice
Previous settlement price
Declaration
public double PrevSettlementPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SettlementPrice
Settlement price
Declaration
public double SettlementPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Ticks
Ticks value
Declaration
public long Ticks { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Trades
Trades value
Declaration
public long Trades { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Volume
Volume value
Declaration
public double Volume { get; set; }
Property Value
Type | Description |
---|---|
System.Double |