|
Lean
$LEAN_TAG$
|
Ticks collection which implements an IDictionary-string-list of ticks. This way users can iterate over the string indexed ticks of the requested symbol. More...
Public Member Functions | |
| Ticks () | |
| Initializes a new instance of the Ticks dictionary More... | |
| Ticks (DateTime frontier) | |
| Initializes a new instance of the Ticks dictionary More... | |
Properties | |
| new List< Tick > | this[string ticker] [get, set] |
| Gets or sets the list of Tick with the specified ticker. More... | |
| new List< Tick > | this[Symbol symbol] [get, set] |
| Gets or sets the list of Tick with the specified Symbol. More... | |
Ticks collection which implements an IDictionary-string-list of ticks. This way users can iterate over the string indexed ticks of the requested symbol.
Ticks are timestamped to the nearest second in QuantConnect
| QuantConnect.Data.Market.Ticks.Ticks | ( | ) |
| QuantConnect.Data.Market.Ticks.Ticks | ( | DateTime | frontier | ) |
|
getset |
Gets or sets the list of Tick with the specified ticker.
| ticker | The ticker of the element to get or set. |
Wraps the base implementation to enable indexing in python algorithms due to pythonnet limitations
Gets or sets the list of Tick with the specified Symbol.
| symbol | The Symbol of the element to get or set. |
Wraps the base implementation to enable indexing in python algorithms due to pythonnet limitations