Class InstrumentSearchResult
Inheritance
Object
InstrumentSearchResult
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
---|---|
UInt64 |
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 |