Class TimeSeriesAsset.MetaType
Container class to store meta data for TimeSeriesAsset.
Inheritance
object
TimeSeriesAsset.MetaType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.SimulatorV2
Assembly: TuringTrader.Simulator.dll
Syntax
public class TimeSeriesAsset.MetaType
Fields
| Improve this Doc View SourceDescription
Asset's full descriptive name.
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Generator
Algorithm instance that generated asset's data.
Declaration
public Algorithm Generator
Field Value
Type | Description |
---|---|
Algorithm |
Ticker
Asset's ticker symbol.
Declaration
public string Ticker
Field Value
Type | Description |
---|---|
string |