Lean
$LEAN_TAG$
|
Account information for an organization More...
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... | |
Account information for an organization
Definition at line 24 of file Account.cs.
|
getset |
The organization Id
Definition at line 29 of file Account.cs.
|
getset |
The current account balance
Definition at line 34 of file Account.cs.
|
getset |
The current organizations credit card
Definition at line 39 of file Account.cs.