Lean
$LEAN_TAG$
|
Live results object class for packaging live result data. More...
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... | |
Properties | |
IDictionary< string, Holding > | Holdings [get, set] |
Holdings dictionary of algorithm holdings information More... | |
CashBook??? | CashBook [get, set] |
Cashbook for the algorithm's live results. More... | |
Dictionary< string, Cash > | Cash [get, set] |
Cash for the algorithm's live results. More... | |
string | AccountCurrency [get, set] |
The algorithm's account currency More... | |
string | AccountCurrencySymbol [get, set] |
The algorithm's account currency More... | |
Properties inherited from QuantConnect.Result | |
IDictionary< string, Chart > | Charts [get, set] |
Charts updates for the live algorithm since the last result packet More... | |
IDictionary< int, Order > | Orders [get, set] |
Order updates since the last result packet More... | |
List< OrderEvent > | OrderEvents [get, set] |
OrderEvent updates since the last result packet More... | |
IDictionary< DateTime, decimal > | ProfitLoss [get, set] |
Trade profit and loss information since the last algorithm 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 of the result packet. More... | |
IDictionary< string, string > | ServerStatistics [get, set] |
Server status information, including CPU/RAM usage, ect... More... | |
AlgorithmConfiguration | AlgorithmConfiguration [get, set] |
The algorithm's configuration required for report generation More... | |
Live results object class for packaging live result data.
Definition at line 142 of file LiveResultPacket.cs.
QuantConnect.Packets.LiveResult.LiveResult | ( | ) |
Default Constructor
Definition at line 193 of file LiveResultPacket.cs.
QuantConnect.Packets.LiveResult.LiveResult | ( | LiveResultParameters | parameters | ) |
Constructor for the result class for dictionary objects
Definition at line 199 of file LiveResultPacket.cs.
|
getset |
Holdings dictionary of algorithm holdings information
Definition at line 150 of file LiveResultPacket.cs.
|
getset |
Cashbook for the algorithm's live results.
Definition at line 157 of file LiveResultPacket.cs.
|
getset |
Cash for the algorithm's live results.
Definition at line 176 of file LiveResultPacket.cs.
|
getset |
The algorithm's account currency
Definition at line 182 of file LiveResultPacket.cs.
|
getset |
The algorithm's account currency
Definition at line 188 of file LiveResultPacket.cs.