Generic bar interface with Open, High, Low and Close.
More...
|
decimal | Open [get] |
| Opening price of the bar: Defined as the price at the start of the time period. More...
|
|
decimal | High [get] |
| High price of the bar during the time period. More...
|
|
decimal | Low [get] |
| Low price of the bar during the time period. More...
|
|
decimal | Close [get] |
| Closing price of the bar. Defined as the price at Start Time + TimeSpan. More...
|
|
Generic bar interface with Open, High, Low and Close.
Definition at line 21 of file IBar.cs.
◆ Open
decimal QuantConnect.Data.Market.IBar.Open |
|
get |
Opening price of the bar: Defined as the price at the start of the time period.
Definition at line 26 of file IBar.cs.
◆ High
decimal QuantConnect.Data.Market.IBar.High |
|
get |
High price of the bar during the time period.
Definition at line 31 of file IBar.cs.
◆ Low
decimal QuantConnect.Data.Market.IBar.Low |
|
get |
Low price of the bar during the time period.
Definition at line 36 of file IBar.cs.
◆ Close
decimal QuantConnect.Data.Market.IBar.Close |
|
get |
Closing price of the bar. Defined as the price at Start Time + TimeSpan.
Definition at line 41 of file IBar.cs.
The documentation for this interface was generated from the following file: