Lean
$LEAN_TAG$
|
Auxiliary class to access all Intrinio API data. More...
Static Public Member Functions | |
static void | SetTimeIntervalBetweenCalls (TimeSpan timeSpan) |
Sets the time interval between calls. For more information, please refer to: https://intrinio.com/documentation/api#limits More... | |
static void | SetUserAndPassword (string user, string password) |
Set the Intrinio API user and password. More... | |
Static Public Attributes | |
static RateGate | RateGate |
static bool | IsInitialized => !string.IsNullOrWhiteSpace(User) && !string.IsNullOrWhiteSpace(Password) |
Check if Intrinio API user and password are not empty or null. More... | |
static string | Password = string.Empty |
Intrinio API password More... | |
static string | User = string.Empty |
Intrinio API user More... | |
Auxiliary class to access all Intrinio API data.
Definition at line 24 of file IntrinioConfig.cs.
|
static |
Sets the time interval between calls. For more information, please refer to: https://intrinio.com/documentation/api#limits
timeSpan | Time interval between to consecutive calls. |
Paid subscription has limits of 1 call per second. Free subscription has limits of 1 call per minute.
Definition at line 55 of file IntrinioConfig.cs.
|
static |
Set the Intrinio API user and password.
Definition at line 63 of file IntrinioConfig.cs.
|
static |
Definition at line 28 of file IntrinioConfig.cs.
|
static |
Check if Intrinio API user and password are not empty or null.
Definition at line 34 of file IntrinioConfig.cs.
|
static |
Intrinio API password
Definition at line 39 of file IntrinioConfig.cs.
|
static |
Intrinio API user
Definition at line 44 of file IntrinioConfig.cs.