Lean  $LEAN_TAG$
QuantConnect.Brokerages.BrokerageFactoryAttribute Class Reference

Represents the brokerage factory type required to load a data queue handler More...

Inheritance diagram for QuantConnect.Brokerages.BrokerageFactoryAttribute:
[legend]

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

Detailed Description

Represents the brokerage factory type required to load a data queue handler

Definition at line 24 of file BrokerageFactoryAttribute.cs.

Constructor & Destructor Documentation

◆ BrokerageFactoryAttribute()

QuantConnect.Brokerages.BrokerageFactoryAttribute.BrokerageFactoryAttribute ( Type  type)

Creates a new instance of the BrokerageFactoryAttribute class

Parameters
typeThe brokerage factory type

Definition at line 35 of file BrokerageFactoryAttribute.cs.

Property Documentation

◆ Type

Type QuantConnect.Brokerages.BrokerageFactoryAttribute.Type
getset

The type of the brokerage factory

Definition at line 29 of file BrokerageFactoryAttribute.cs.


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