Lean  $LEAN_TAG$
QuantConnect.Api.Estimate Class Reference

Estimate response packet from the QuantConnect.com API. More...

Inheritance diagram for QuantConnect.Api.Estimate:
[legend]

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...
 

Detailed Description

Estimate response packet from the QuantConnect.com API.

Definition at line 23 of file Estimate.cs.

Property Documentation

◆ EstimateId

string QuantConnect.Api.Estimate.EstimateId
getset

Estimate id

Definition at line 28 of file Estimate.cs.

◆ Time

int QuantConnect.Api.Estimate.Time
getset

Estimate time in seconds

Definition at line 33 of file Estimate.cs.

◆ Balance

int QuantConnect.Api.Estimate.Balance
getset

Estimate balance in QCC

Definition at line 38 of file Estimate.cs.


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