|
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 121 of file LiveResultPacket.cs.
| QuantConnect.Packets.LiveResult.LiveResult | ( | ) |
Default Constructor
Definition at line 172 of file LiveResultPacket.cs.
| QuantConnect.Packets.LiveResult.LiveResult | ( | LiveResultParameters | parameters | ) |
Constructor for the result class for dictionary objects
Definition at line 178 of file LiveResultPacket.cs.
|
getset |
Holdings dictionary of algorithm holdings information
Definition at line 129 of file LiveResultPacket.cs.
|
getset |
Cashbook for the algorithm's live results.
Definition at line 136 of file LiveResultPacket.cs.
|
getset |
Cash for the algorithm's live results.
Definition at line 155 of file LiveResultPacket.cs.
|
getset |
The algorithm's account currency
Definition at line 161 of file LiveResultPacket.cs.
|
getset |
The algorithm's account currency
Definition at line 167 of file LiveResultPacket.cs.