Lean  $LEAN_TAG$
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
QuantConnect.Algorithm.Framework.Portfolio.SignalExports.Collective2SignalExport.Collective2Position Class Reference

Stores position's needed information to be serialized in JSON format and then sent to Collective2 API More...

Properties

C2Symbol C2Symbol [get, set]
 Position symbol More...
 
decimal Quantity [get, set]
 Number of shares/contracts of the given symbol. Positive quantites are long positions and negative short positions. More...
 

Detailed Description

Stores position's needed information to be serialized in JSON format and then sent to Collective2 API

Definition at line 388 of file Collective2SignalExport.cs.

Property Documentation

◆ C2Symbol

C2Symbol QuantConnect.Algorithm.Framework.Portfolio.SignalExports.Collective2SignalExport.Collective2Position.C2Symbol
getset

Position symbol

Definition at line 394 of file Collective2SignalExport.cs.

◆ Quantity

decimal QuantConnect.Algorithm.Framework.Portfolio.SignalExports.Collective2SignalExport.Collective2Position.Quantity
getset

Number of shares/contracts of the given symbol. Positive quantites are long positions and negative short positions.

Definition at line 401 of file Collective2SignalExport.cs.


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