Lean  $LEAN_TAG$
QuantConnect.Packets.LiveResult Class Reference

Live results object class for packaging live result data. More...

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

Public Member Functions

 LiveResult ()
 Default Constructor More...
 
 LiveResult (LiveResultParameters parameters)
 Constructor for the result class for dictionary objects More...
 
- Public Member Functions inherited from QuantConnect.Result
 Result ()
 Creates new empty instance More...
 
 Result (BaseResultParameters parameters)
 Creates a new result from the given parameters More...
 

Public Attributes

IDictionary< string, HoldingHoldings
 Holdings dictionary of algorithm holdings information More...
 
Dictionary< string, CashCash
 Cash for the algorithm's live results. More...
 
string AccountCurrency
 The algorithm's account currency More...
 
string AccountCurrencySymbol
 The algorithm's account currency More...
 
- Public Attributes inherited from QuantConnect.Result
IDictionary< string, ChartCharts
 Charts updates for the live algorithm since the last result packet More...
 
IDictionary< int, OrderOrders
 Order updates since the last result packet More...
 
List< OrderEventOrderEvents
 OrderEvent updates since the last result packet More...
 
IDictionary< DateTime, decimal > ProfitLoss
 Trade profit and loss information since the last algorithm result packet More...
 
IDictionary< string, string > Statistics
 Statistics information sent during the algorithm operations. More...
 
IDictionary< string, string > RuntimeStatistics
 Runtime banner/updating statistics in the title banner of the live algorithm GUI. More...
 
IDictionary< string, string > State
 State of the result packet. More...
 
IDictionary< string, string > ServerStatistics
 Server status information, including CPU/RAM usage, ect... More...
 
AlgorithmConfiguration AlgorithmConfiguration
 The algorithm's configuration required for report generation More...
 

Properties

CashBook??? CashBook [get, set]
 Cashbook for the algorithm's live results. More...
 

Detailed Description

Live results object class for packaging live result data.

Definition at line 142 of file LiveResultPacket.cs.

Constructor & Destructor Documentation

◆ LiveResult() [1/2]

QuantConnect.Packets.LiveResult.LiveResult ( )

Default Constructor

Definition at line 193 of file LiveResultPacket.cs.

◆ LiveResult() [2/2]

QuantConnect.Packets.LiveResult.LiveResult ( LiveResultParameters  parameters)

Constructor for the result class for dictionary objects

Definition at line 199 of file LiveResultPacket.cs.

Member Data Documentation

◆ Holdings

IDictionary<string, Holding> QuantConnect.Packets.LiveResult.Holdings

Holdings dictionary of algorithm holdings information

Definition at line 150 of file LiveResultPacket.cs.

◆ Cash

Dictionary<string, Cash> QuantConnect.Packets.LiveResult.Cash

Cash for the algorithm's live results.

Definition at line 176 of file LiveResultPacket.cs.

◆ AccountCurrency

string QuantConnect.Packets.LiveResult.AccountCurrency

The algorithm's account currency

Definition at line 182 of file LiveResultPacket.cs.

◆ AccountCurrencySymbol

string QuantConnect.Packets.LiveResult.AccountCurrencySymbol

The algorithm's account currency

Definition at line 188 of file LiveResultPacket.cs.

Property Documentation

◆ CashBook

CashBook??? QuantConnect.Packets.LiveResult.CashBook
getset

Cashbook for the algorithm's live results.

Definition at line 157 of file LiveResultPacket.cs.


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