Lean  $LEAN_TAG$
QuantConnect.Data.Custom.Tiingo.Tiingo Class Reference

Helper class for Tiingo configuration More...

Static Public Member Functions

static void SetAuthCode (string authCode)
 Sets the Tiingo API token. More...
 

Properties

static string AuthCode = string.Empty [get]
 Gets the Tiingo API token. More...
 
static bool IsAuthCodeSet [get]
 Returns true if the Tiingo API token has been set. More...
 

Detailed Description

Helper class for Tiingo configuration

Definition at line 21 of file Tiingo.cs.

Member Function Documentation

◆ SetAuthCode()

static void QuantConnect.Data.Custom.Tiingo.Tiingo.SetAuthCode ( string  authCode)
static

Sets the Tiingo API token.

Parameters
authCodeThe Tiingo API token

Definition at line 37 of file Tiingo.cs.

Here is the caller graph for this function:

Property Documentation

◆ AuthCode

string QuantConnect.Data.Custom.Tiingo.Tiingo.AuthCode = string.Empty
staticget

Gets the Tiingo API token.

Definition at line 26 of file Tiingo.cs.

◆ IsAuthCodeSet

bool QuantConnect.Data.Custom.Tiingo.Tiingo.IsAuthCodeSet
staticget

Returns true if the Tiingo API token has been set.

Definition at line 31 of file Tiingo.cs.


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