|
| Splits () |
| Initializes a new instance of the Splits dictionary More...
|
|
| Splits (DateTime frontier) |
| Initializes a new instance of the Splits dictionary More...
|
|
| DataDictionary () |
| Initializes a new instance of the QuantConnect.Data.Market.DataDictionary<T> class. More...
|
|
| DataDictionary (IEnumerable< T > data, Func< T, Symbol > keySelector) |
| Initializes a new instance of the QuantConnect.Data.Market.DataDictionary<T> class using the specified data as a data source More...
|
|
| DataDictionary (DateTime time) |
| Initializes a new instance of the QuantConnect.Data.Market.DataDictionary<T> class. More...
|
|
IEnumerator< KeyValuePair< Symbol, T > > | GetEnumerator () |
| Returns an enumerator that iterates through the collection. More...
|
|
void | Add (KeyValuePair< Symbol, T > item) |
| Adds an item to the T:System.Collections.Generic.ICollection`1. More...
|
|
void | Add (Symbol key, T value) |
| Adds an element with the provided key and value to the System.Collections.Generic.IDictionary<TKey, TValue>. More...
|
|
override void | Clear () |
| Removes all items from the T:System.Collections.Generic.ICollection`1. More...
|
|
bool | Contains (KeyValuePair< Symbol, T > item) |
| Determines whether the T:System.Collections.Generic.ICollection`1 contains a specific value. More...
|
|
void | CopyTo (KeyValuePair< Symbol, T >[] array, int arrayIndex) |
| Copies the elements of the T:System.Collections.Generic.ICollection`1 to an T:System.Array, starting at a particular T:System.Array index. More...
|
|
bool | Remove (KeyValuePair< Symbol, T > item) |
| Removes the first occurrence of a specific object from the T:System.Collections.Generic.ICollection`1. More...
|
|
override bool | Remove (Symbol key) |
| Removes the element with the specified key from the System.Collections.Generic.IDictionary<TKey, TValue>. More...
|
|
bool | ContainsKey (Symbol key) |
| Determines whether the System.Collections.Generic.IDictionary<TKey, TValue> contains an element with the specified key. More...
|
|
override bool | TryGetValue (Symbol key, out T value) |
| Gets the value associated with the specified key. More...
|
|
virtual T | GetValue (Symbol key) |
| Gets the value associated with the specified key. More...
|
|