Table of Contents

Class Tiingo.MetaData

Namespace
Balsam.DataServers
Assembly
Balsam.Backtester.dll

Encapsulates Tiingo metadata.

public class Tiingo.MetaData
Inheritance
Tiingo.MetaData
Inherited Members
Extension Methods

Properties

Description

Gets/sets a company description.

public string Description { get; set; }

Property Value

string

EndDate

Gets/sets the end date of historical data, if any.

public DateTime? EndDate { get; set; }

Property Value

DateTime?

ExchangeCode

Gets/sets the exchange code.

public string ExchangeCode { get; set; }

Property Value

string

Name

Gets/sets the company name.

public string Name { get; set; }

Property Value

string

StartDate

Gets/sets the start date of historical data, if any.

public DateTime? StartDate { get; set; }

Property Value

DateTime?

Ticker

Gets/sets the ticker symbol.

public string Ticker { get; set; }

Property Value

string