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
EndDate
Gets/sets the end date of historical data, if any.
public DateTime? EndDate { get; set; }
Property Value
ExchangeCode
Gets/sets the exchange code.
public string ExchangeCode { get; set; }
Property Value
Name
Gets/sets the company name.
public string Name { get; set; }
Property Value
StartDate
Gets/sets the start date of historical data, if any.
public DateTime? StartDate { get; set; }
Property Value
Ticker
Gets/sets the ticker symbol.
public string Ticker { get; set; }