Show / Hide Table of Contents

Class Product

Inheritance
object
Product
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class Product

Fields

Aggregator

Declaration
public static Product Aggregator
Field Value
Type Description
Product

Algo

Declaration
public static Product Algo
Field Value
Type Description
Product

Autospreader

Declaration
public static Product Autospreader
Field Value
Type Description
Product

Empty

Declaration
public static readonly Product Empty
Field Value
Type Description
Product

Properties

Alias

Declaration
public string Alias { get; }
Property Value
Type Description
string

Currency

Declaration
public Currency Currency { get; }
Property Value
Type Description
Currency

Description

Declaration
public string Description { get; }
Property Value
Type Description
string

FormattedName

Declaration
public string FormattedName { get; }
Property Value
Type Description
string

IsInverse

Declaration
public bool IsInverse { get; }
Property Value
Type Description
bool

Key

Declaration
public ProductKey Key { get; }
Property Value
Type Description
ProductKey

Market

Declaration
public Market Market { get; }
Property Value
Type Description
Market

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Type

Declaration
public ProductType Type { get; }
Property Value
Type Description
ProductType

Methods

GetProductTypeFromName(string)

Declaration
public static ProductType GetProductTypeFromName(string productTypeName)
Parameters
Type Name Description
string productTypeName
Returns
Type Description
ProductType

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
bool

IsNullOrEmpty(Product)

Declaration
public static bool IsNullOrEmpty(Product p)
Parameters
Type Name Description
Product p
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top