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

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 30 of file Account.cs.

◆ CreditBalance

decimal QuantConnect.Api.Account.CreditBalance
getset

The current account balance

Definition at line 36 of file Account.cs.

◆ Card

Card QuantConnect.Api.Account.Card
getset

The current organizations credit card

Definition at line 42 of file Account.cs.


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