Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Portfolio.SignalExports.SignalExportTargetParameters Class Reference

Class to wrap objects needed to send signals to the different 3rd party API's More...

Properties

List< PortfolioTargetTargets [get, set]
 List of portfolio targets to be sent to some 3rd party API More...
 
IAlgorithm Algorithm [get, set]
 Algorithm being ran More...
 

Detailed Description

Class to wrap objects needed to send signals to the different 3rd party API's

Definition at line 24 of file SignalExportTargetParameters.cs.

Property Documentation

◆ Targets

List<PortfolioTarget> QuantConnect.Algorithm.Framework.Portfolio.SignalExports.SignalExportTargetParameters.Targets
getset

List of portfolio targets to be sent to some 3rd party API

Definition at line 29 of file SignalExportTargetParameters.cs.

◆ Algorithm

IAlgorithm QuantConnect.Algorithm.Framework.Portfolio.SignalExports.SignalExportTargetParameters.Algorithm
getset

Algorithm being ran

Definition at line 34 of file SignalExportTargetParameters.cs.


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