Defines a universe that reads fine us equity data
More...
|
| FineFundamentalUniverse (UniverseSettings universeSettings, Func< IEnumerable< FineFundamental >, IEnumerable< Symbol >> selector) |
| Initializes a new instance of the FineFundamentalUniverse class More...
|
|
| FineFundamentalUniverse (Symbol symbol, UniverseSettings universeSettings, Func< IEnumerable< FineFundamental >, IEnumerable< Symbol >> selector) |
| Initializes a new instance of the FineFundamentalUniverse class More...
|
|
override IEnumerable< Symbol > | SelectSymbols (DateTime utcTime, BaseDataCollection data) |
| Performs universe selection using the data specified More...
|
|
virtual bool | CanRemoveMember (DateTime utcTime, Security security) |
| Determines whether or not the specified security can be removed from this universe. This is useful to prevent securities from being taken out of a universe before the algorithm has had enough time to make decisions on the security More...
|
|
IEnumerable< Symbol > | PerformSelection (DateTime utcTime, BaseDataCollection data) |
| Performs universe selection using the data specified More...
|
|
virtual Security | CreateSecurity (Symbol symbol, IAlgorithm algorithm, MarketHoursDatabase marketHoursDatabase, SymbolPropertiesDatabase symbolPropertiesDatabase) |
| Creates and configures a security for the specified symbol More...
|
|
virtual IEnumerable< SubscriptionRequest > | GetSubscriptionRequests (Security security, DateTime currentTimeUtc, DateTime maximumEndTimeUtc) |
| Gets the subscription requests to be added for the specified security More...
|
|
virtual IEnumerable< SubscriptionRequest > | GetSubscriptionRequests (Security security, DateTime currentTimeUtc, DateTime maximumEndTimeUtc, ISubscriptionDataConfigService subscriptionService) |
| Gets the subscription requests to be added for the specified security More...
|
|
bool | ContainsMember (Symbol symbol) |
| Determines whether or not the specified symbol is currently a member of this universe More...
|
|
virtual void | Dispose () |
| Marks this universe as disposed and ready to remove all child subscriptions More...
|
|
Defines a universe that reads fine us equity data
Definition at line 26 of file FineFundamentalUniverse.cs.
◆ FineFundamentalUniverse() [1/2]
QuantConnect.Data.UniverseSelection.FineFundamentalUniverse.FineFundamentalUniverse |
( |
UniverseSettings |
universeSettings, |
|
|
Func< IEnumerable< FineFundamental >, IEnumerable< Symbol >> |
selector |
|
) |
| |
Initializes a new instance of the FineFundamentalUniverse class
- Parameters
-
universeSettings | The settings used for new subscriptions generated by this universe |
selector | Returns the symbols that should be included in the universe |
Definition at line 35 of file FineFundamentalUniverse.cs.
◆ FineFundamentalUniverse() [2/2]
Initializes a new instance of the FineFundamentalUniverse class
- Parameters
-
symbol | Defines the symbol to use for this universe |
universeSettings | The settings used for new subscriptions generated by this universe |
selector | Returns the symbols that should be included in the universe |
Definition at line 48 of file FineFundamentalUniverse.cs.
◆ SelectSymbols()
override IEnumerable<Symbol> QuantConnect.Data.UniverseSelection.FineFundamentalUniverse.SelectSymbols |
( |
DateTime |
utcTime, |
|
|
BaseDataCollection |
data |
|
) |
| |
|
virtual |
◆ CreateConfiguration()
Creates a FineFundamental subscription configuration for the US-equity market
- Parameters
-
symbol | The symbol used in the returned configuration |
- Returns
- A fine fundamental subscription configuration with the specified symbol
Definition at line 71 of file FineFundamentalUniverse.cs.
The documentation for this class was generated from the following file: