Lean
$LEAN_TAG$
|
Estimate response packet from the QuantConnect.com API. More...
Properties | |
string | EstimateId [get, set] |
Estimate id More... | |
int | Time [get, set] |
Estimate time in seconds More... | |
int | Balance [get, set] |
Estimate balance in QCC More... | |
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Estimate response packet from the QuantConnect.com API.
Definition at line 23 of file Estimate.cs.
|
getset |
Estimate id
Definition at line 28 of file Estimate.cs.
|
getset |
Estimate time in seconds
Definition at line 33 of file Estimate.cs.
|
getset |
Estimate balance in QCC
Definition at line 38 of file Estimate.cs.