|
Lean
$LEAN_TAG$
|
Provides the set of base data types registered in the algorithm More...
Public Member Functions | |
| bool | RegisterType (Type type) |
| Registers the specified type w/ the provider More... | |
| bool | UnregisterType (Type type) |
| Removes the registration for the specified type More... | |
| bool | TryGetType (string name, out Type type) |
| Determines if the specified type is registered or not and returns it More... | |
Provides the set of base data types registered in the algorithm
Definition at line 24 of file IRegisteredSecurityDataTypesProvider.cs.
| bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.RegisterType | ( | Type | type | ) |
Registers the specified type w/ the provider
Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.
| bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.UnregisterType | ( | Type | type | ) |
Removes the registration for the specified type
Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.
| bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.TryGetType | ( | string | name, |
| out Type | type | ||
| ) |
Determines if the specified type is registered or not and returns it
Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.