Lean  $LEAN_TAG$
QuantConnect.Api.Account Class Reference

Account information for an organization More...

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

Properties

string OrganizationId [get, set]
 The organization Id More...
 
decimal CreditBalance [get, set]
 The current account balance More...
 
Card Card [get, set]
 The current organizations credit card More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 
- Public Member Functions inherited from QuantConnect.Api.StringRepresentation
override string ToString ()
 Returns the string representation of this object More...
 

Detailed Description

Account information for an organization

Definition at line 24 of file Account.cs.

Property Documentation

◆ OrganizationId

string QuantConnect.Api.Account.OrganizationId
getset

The organization Id

Definition at line 29 of file Account.cs.

◆ CreditBalance

decimal QuantConnect.Api.Account.CreditBalance
getset

The current account balance

Definition at line 34 of file Account.cs.

◆ Card

Card QuantConnect.Api.Account.Card
getset

The current organizations credit card

Definition at line 39 of file Account.cs.


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