Show / Hide Table of Contents

Class InstrumentSearchResult

Inheritance
object
InstrumentSearchResult
Inherited Members
object.ToString()
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 InstrumentSearchResult

Properties

Alias

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

Id

Declaration
public ulong Id { get; }
Property Value
Type Description
ulong

MarketId

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

Name

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

ProductTypeId

Declaration
public ProductType ProductTypeId { get; }
Property Value
Type Description
ProductType
In this article
Back to top