Skip to content

BrokerageFactoryAttribute

QuantConnect.Brokerages.BrokerageFactoryAttribute

BrokerageFactoryAttribute(type: Type)

Bases: Attribute

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

Creates a new instance of the BrokerageFactoryAttribute class

Parameters:

Name Type Description Default
type Type

The brokerage factory type

required

type

type: Type

The type of the brokerage factory