FyQuote

StockSharp.Yahoo.Native

Prices in a period of time.

Properties

AdjClose
public decimal AdjClose { get; set; }
value = fyQuote.AdjClose
fyQuote.AdjClose = value

AdjClose price of the period.

Close
public decimal Close { get; set; }
value = fyQuote.Close
fyQuote.Close = value

Close price of the period.

High
public decimal High { get; set; }
value = fyQuote.High
fyQuote.High = value

High price of the period.

Low
public decimal Low { get; set; }
value = fyQuote.Low
fyQuote.Low = value

Low price of the period.

Open
public decimal Open { get; set; }
value = fyQuote.Open
fyQuote.Open = value

Open price of the period.

Period
public DateTime Period { get; set; }
value = fyQuote.Period
fyQuote.Period = value

DateTime of the period.

Volume
public decimal Volume { get; set; }
value = fyQuote.Volume
fyQuote.Volume = value

Volume of the period.