Lean  $LEAN_TAG$
QuantConnect.Api.Organization Class Reference

Object representation of Organization from QuantConnect Api More...

Properties

string Id [get, set]
 Organization ID; Used for API Calls More...
 
int Seats [get, set]
 Seats in Organization More...
 
DataAgreement DataAgreement [get, set]
 Data Agreement information More...
 
List< ProductProducts [get, set]
 Organization Product Subscriptions More...
 
Credit Credit [get, set]
 Organization Credit Balance and Transactions More...
 

Detailed Description

Object representation of Organization from QuantConnect Api

Definition at line 52 of file Organization.cs.

Property Documentation

◆ Id

string QuantConnect.Api.Organization.Id
getset

Organization ID; Used for API Calls

Definition at line 58 of file Organization.cs.

◆ Seats

int QuantConnect.Api.Organization.Seats
getset

Seats in Organization

Definition at line 64 of file Organization.cs.

◆ DataAgreement

DataAgreement QuantConnect.Api.Organization.DataAgreement
getset

Data Agreement information

Definition at line 70 of file Organization.cs.

◆ Products

List<Product> QuantConnect.Api.Organization.Products
getset

Organization Product Subscriptions

Definition at line 76 of file Organization.cs.

◆ Credit

Credit QuantConnect.Api.Organization.Credit
getset

Organization Credit Balance and Transactions

Definition at line 82 of file Organization.cs.


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