Lean  $LEAN_TAG$
QuantConnect.Data.Market.FuturesChains Class Reference

Collection of FuturesChain keyed by canonical futures symbol More...

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

Public Member Functions

 FuturesChains ()
 Creates a new instance of the FuturesChains dictionary More...
 
 FuturesChains (bool flatten)
 Creates a new instance of the FuturesChains dictionary More...
 
 FuturesChains (DateTime time, bool flatten=true)
 Creates a new instance of the FuturesChains dictionary More...
 

Additional Inherited Members

- Public Attributes inherited from QuantConnect.Data.Market.BaseChains< FuturesChain, FuturesContract, FuturesContracts >
PyObject DataFrame
 The data frame representation of the option chains More...
 
- Protected Member Functions inherited from QuantConnect.Data.Market.BaseChains< FuturesChain, FuturesContract, FuturesContracts >
 BaseChains ()
 Creates a new instance of the BaseChains<T, TContract, TContractsCollection> dictionary More...
 
 BaseChains (bool flatten)
 Creates a new instance of the BaseChains<T, TContract, TContractsCollection> dictionary More...
 
 BaseChains (DateTime time, bool flatten)
 Creates a new instance of the BaseChains<T, TContract, TContractsCollection> dictionary More...
 

Detailed Description

Collection of FuturesChain keyed by canonical futures symbol

Definition at line 23 of file FuturesChains.cs.

Constructor & Destructor Documentation

◆ FuturesChains() [1/3]

QuantConnect.Data.Market.FuturesChains.FuturesChains ( )

Creates a new instance of the FuturesChains dictionary

Definition at line 28 of file FuturesChains.cs.

◆ FuturesChains() [2/3]

QuantConnect.Data.Market.FuturesChains.FuturesChains ( bool  flatten)

Creates a new instance of the FuturesChains dictionary

Definition at line 35 of file FuturesChains.cs.

◆ FuturesChains() [3/3]

QuantConnect.Data.Market.FuturesChains.FuturesChains ( DateTime  time,
bool  flatten = true 
)

Creates a new instance of the FuturesChains dictionary

Definition at line 43 of file FuturesChains.cs.


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