Lean  $LEAN_TAG$
QuantConnect.Data.Market.IBaseDataBar Interface Reference

Represents a type that is both a bar and base data More...

Inheritance diagram for QuantConnect.Data.Market.IBaseDataBar:
[legend]

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Data.IBaseData
BaseData Reader (SubscriptionDataConfig config, string line, DateTime date, DataFeedEndpoint dataFeed)
 Reader Method :: using set of arguements we specify read out type. Enumerate until the end of the data stream or file. E.g. Read CSV file line by line and convert into data types. More...
 
BaseData Reader (SubscriptionDataConfig config, string line, DateTime date, bool isLiveMode)
 Reader converts each line of the data source into BaseData objects. Each data type creates its own factory method, and returns a new instance of the object each time it is called. The returned object is assumed to be time stamped in the config.ExchangeTimeZone. More...
 
BaseData Reader (SubscriptionDataConfig config, StreamReader stream, DateTime date, bool isLiveMode)
 Reader converts each line of the data source into BaseData objects. Each data type creates its own factory method, and returns a new instance of the object each time it is called. The returned object is assumed to be time stamped in the config.ExchangeTimeZone. More...
 
string GetSource (SubscriptionDataConfig config, DateTime date, DataFeedEndpoint datafeed)
 Return the URL string source of the file. This will be converted to a stream More...
 
bool RequiresMapping ()
 Indicates if there is support for mapping More...
 
BaseData Clone ()
 Return a new instance clone of this object More...
 
- Properties inherited from QuantConnect.Data.IBaseData
MarketDataType DataType [get, set]
 Market Data Type of this data - does it come in individual price packets or is it grouped into OHLC. More...
 
DateTime Time [get, set]
 Time keeper of data – all data is timeseries based. More...
 
DateTime EndTime [get, set]
 End time of data More...
 
Symbol Symbol [get, set]
 Symbol for underlying Security More...
 
decimal Value [get, set]
 All timeseries data is a time-value pair: More...
 
decimal Price [get]
 Alias of Value. More...
 
- Properties inherited from QuantConnect.Data.Market.IBar
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...
 

Detailed Description

Represents a type that is both a bar and base data

Definition at line 21 of file IBaseDataBar.cs.


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