Lean  $LEAN_TAG$
QuantConnect.Packets.LiveResultParameters Class Reference

Defines the parameters for LiveResult More...

Inheritance diagram for QuantConnect.Packets.LiveResultParameters:
[legend]

Public Member Functions

 LiveResultParameters (IDictionary< string, Chart > charts, IDictionary< int, Order > orders, IDictionary< DateTime, decimal > profitLoss, IDictionary< string, Holding > holdings, CashBook cashBook, IDictionary< string, string > statistics, IDictionary< string, string > runtimeStatistics, List< OrderEvent > orderEvents, IDictionary< string, string > serverStatistics=null, AlgorithmConfiguration algorithmConfiguration=null, IDictionary< string, string > state=null)
 Creates a new instance More...
 
- Public Member Functions inherited from QuantConnect.Packets.BaseResultParameters
 BaseResultParameters (IDictionary< string, Chart > charts, IDictionary< int, Order > orders, IDictionary< DateTime, decimal > profitLoss, IDictionary< string, string > statistics, IDictionary< string, string > runtimeStatistics, List< OrderEvent > orderEvents, AlgorithmConfiguration algorithmConfiguration=null, IDictionary< string, string > state=null)
 Creates a new instance More...
 

Properties

IDictionary< string, HoldingHoldings [get, set]
 Holdings dictionary of algorithm holdings information More...
 
CashBook CashBook [get, set]
 Cashbook for the algorithm's live results. More...
 
IDictionary< string, string > ServerStatistics [get, set]
 Server status information, including CPU/RAM usage, ect... More...
 
- Properties inherited from QuantConnect.Packets.BaseResultParameters
IDictionary< DateTime, decimal > ProfitLoss [get, set]
 Trade profit and loss information since the last algorithm result packet More...
 
IDictionary< string, ChartCharts [get, set]
 Charts updates for the live algorithm since the last result packet More...
 
IDictionary< int, OrderOrders [get, set]
 Order updates since the last result packet More...
 
List< OrderEventOrderEvents [get, set]
 Order events updates since the last result packet More...
 
IDictionary< string, string > Statistics [get, set]
 Statistics information sent during the algorithm operations. More...
 
IDictionary< string, string > RuntimeStatistics [get, set]
 Runtime banner/updating statistics in the title banner of the live algorithm GUI. More...
 
IDictionary< string, string > State [get, set]
 State information of the algorithm. More...
 
AlgorithmConfiguration AlgorithmConfiguration [get, set]
 The algorithm's configuration required for report generation More...
 

Detailed Description

Defines the parameters for LiveResult

Definition at line 27 of file LiveResultParameters.cs.

Constructor & Destructor Documentation

◆ LiveResultParameters()

QuantConnect.Packets.LiveResultParameters.LiveResultParameters ( IDictionary< string, Chart charts,
IDictionary< int, Order orders,
IDictionary< DateTime, decimal >  profitLoss,
IDictionary< string, Holding holdings,
CashBook  cashBook,
IDictionary< string, string >  statistics,
IDictionary< string, string >  runtimeStatistics,
List< OrderEvent orderEvents,
IDictionary< string, string >  serverStatistics = null,
AlgorithmConfiguration  algorithmConfiguration = null,
IDictionary< string, string >  state = null 
)

Creates a new instance

Definition at line 47 of file LiveResultParameters.cs.

Here is the call graph for this function:

Property Documentation

◆ Holdings

IDictionary<string, Holding> QuantConnect.Packets.LiveResultParameters.Holdings
getset

Holdings dictionary of algorithm holdings information

Definition at line 32 of file LiveResultParameters.cs.

◆ CashBook

CashBook QuantConnect.Packets.LiveResultParameters.CashBook
getset

Cashbook for the algorithm's live results.

Definition at line 37 of file LiveResultParameters.cs.

◆ ServerStatistics

IDictionary<string, string> QuantConnect.Packets.LiveResultParameters.ServerStatistics
getset

Server status information, including CPU/RAM usage, ect...

Definition at line 42 of file LiveResultParameters.cs.


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