Lean
$LEAN_TAG$
|
Interface to send positions holdings to different 3rd party API's More...
Public Member Functions | |
bool | Send (SignalExportTargetParameters parameters) |
Sends user's positions to certain 3rd party API More... | |
Interface to send positions holdings to different 3rd party API's
Definition at line 24 of file ISignalExportTarget.cs.
bool QuantConnect.Interfaces.ISignalExportTarget.Send | ( | SignalExportTargetParameters | parameters | ) |
Sends user's positions to certain 3rd party API
parameters | Holdings the user have defined to be sent to certain 3rd party API and the algorithm being ran |
Implemented in QuantConnect.Algorithm.Framework.Portfolio.SignalExports.NumeraiSignalExport, QuantConnect.Algorithm.Framework.Portfolio.SignalExports.CrunchDAOSignalExport, QuantConnect.Algorithm.Framework.Portfolio.SignalExports.Collective2SignalExport, and QuantConnect.Algorithm.Framework.Portfolio.SignalExports.BaseSignalExport.