Class Market
Represents a provider of a well-defined set of tradable instruments
Inheritance
Object
Market
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
Empty
Declaration
public static readonly Market Empty
Field Value
Properties
Accounts
Declaration
public IReadOnlyCollection<Account> Accounts { get; }
Property Value
Type |
Description |
IReadOnlyCollection<Account> |
|
IsTradingEnabled
Declaration
public bool IsTradingEnabled { get; }
Property Value
Key
Declaration
public MarketId Key { get; }
Property Value
MarketId
Declaration
public MarketId MarketId { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
SupportedProductTypes
Declaration
public IEnumerable<ProductType> SupportedProductTypes { get; }
Property Value
Methods
CreateProductCatalogSubscription(Dispatcher)
Declaration
public ProductCatalogSubscription CreateProductCatalogSubscription(Dispatcher dispatcher)
Parameters
Returns
GetMarketIdFromName(String)
Declaration
public static MarketId GetMarketIdFromName(string marketName)
Parameters
Type |
Name |
Description |
String |
marketName |
|
Returns
IsAlgo(MarketId)
Declaration
public static bool IsAlgo(MarketId id)
Parameters
Returns
IsEmpty()
Declaration
Returns
IsNullOrEmpty(Market)
Declaration
public static bool IsNullOrEmpty(Market m)
Parameters
Type |
Name |
Description |
Market |
m |
|
Returns
IsSynthetic()
Declaration
public bool IsSynthetic()
Returns
IsSynthetic(MarketId)
Declaration
public static bool IsSynthetic(MarketId id)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()