Show / Hide Table of Contents

Class Market

Inheritance
object
Market
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 Market

Fields

Empty

Declaration
public static readonly Market Empty
Field Value
Type Description
Market

Properties

Accounts

Declaration
public IReadOnlyCollection<Account> Accounts { get; }
Property Value
Type Description
IReadOnlyCollection<Account>

IsTradingEnabled

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

Key

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

MarketId

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

Name

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

SupportedProductTypes

Declaration
public IEnumerable<ProductType> SupportedProductTypes { get; }
Property Value
Type Description
IEnumerable<ProductType>

Methods

CreateProductCatalogSubscription(Dispatcher)

Declaration
public ProductCatalogSubscription CreateProductCatalogSubscription(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher
Returns
Type Description
ProductCatalogSubscription

GetMarketIdFromName(string)

Declaration
public static MarketId GetMarketIdFromName(string marketName)
Parameters
Type Name Description
string marketName
Returns
Type Description
MarketId

IsAlgo(MarketId)

Declaration
public static bool IsAlgo(MarketId id)
Parameters
Type Name Description
MarketId id
Returns
Type Description
bool

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
bool

IsNullOrEmpty(Market)

Declaration
public static bool IsNullOrEmpty(Market m)
Parameters
Type Name Description
Market m
Returns
Type Description
bool

IsSynthetic()

Declaration
public bool IsSynthetic()
Returns
Type Description
bool

IsSynthetic(MarketId)

Declaration
public static bool IsSynthetic(MarketId id)
Parameters
Type Name Description
MarketId id
Returns
Type Description
bool

ToString()

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