Lean
$LEAN_TAG$
|
Represents the brokerage factory type required to load a data queue handler More...
Public Member Functions | |
BrokerageFactoryAttribute (Type type) | |
Creates a new instance of the BrokerageFactoryAttribute class More... | |
Properties | |
Type | Type [get, set] |
The type of the brokerage factory More... | |
Represents the brokerage factory type required to load a data queue handler
Definition at line 24 of file BrokerageFactoryAttribute.cs.
QuantConnect.Brokerages.BrokerageFactoryAttribute.BrokerageFactoryAttribute | ( | Type | type | ) |
Creates a new instance of the BrokerageFactoryAttribute class
type | The brokerage factory type |
Definition at line 35 of file BrokerageFactoryAttribute.cs.
|
getset |
The type of the brokerage factory
Definition at line 29 of file BrokerageFactoryAttribute.cs.