Class Product
Represents a collection of tradable contracts that share similar attributes.
Inheritance
Object
Product
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Assembly: tt-net-api.dll
Syntax
Fields
Aggregator
Declaration
public static Product Aggregator
Field Value
Algo
Declaration
public static Product Algo
Field Value
Autospreader
Declaration
public static Product Autospreader
Field Value
Empty
Declaration
public static readonly Product Empty
Field Value
Properties
Alias
Declaration
public string Alias { get; }
Property Value
Currency
Declaration
public Currency Currency { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
Declaration
public string FormattedName { get; }
Property Value
Key
Declaration
public ProductKey Key { get; }
Property Value
Market
Declaration
public Market Market { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type
Declaration
public ProductType Type { get; }
Property Value
Methods
GetProductTypeFromName(String)
Declaration
public static ProductType GetProductTypeFromName(string productTypeName)
Parameters
Type |
Name |
Description |
String |
productTypeName |
|
Returns
IsEmpty()
Declaration
Returns
IsNullOrEmpty(Product)
Declaration
public static bool IsNullOrEmpty(Product p)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()