Lean  $LEAN_TAG$
QuantConnect.Securities.IRegisteredSecurityDataTypesProvider Interface Reference

Provides the set of base data types registered in the algorithm More...

Inheritance diagram for QuantConnect.Securities.IRegisteredSecurityDataTypesProvider:
[legend]

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...
 

Detailed Description

Provides the set of base data types registered in the algorithm

Definition at line 24 of file IRegisteredSecurityDataTypesProvider.cs.

Member Function Documentation

◆ RegisterType()

bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.RegisterType ( Type  type)

Registers the specified type w/ the provider

Returns
True if the type was previously not registered

Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.

◆ UnregisterType()

bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.UnregisterType ( Type  type)

Removes the registration for the specified type

Returns
True if the type was previously registered

Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.

◆ TryGetType()

bool QuantConnect.Securities.IRegisteredSecurityDataTypesProvider.TryGetType ( string  name,
out Type  type 
)

Determines if the specified type is registered or not and returns it

Returns
True if the type was previously registered

Implemented in QuantConnect.Securities.RegisteredSecurityDataTypesProvider.


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