Class MarketCatalog
Represents the collection of markets accessible by the trader
Implements
IDisposable
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 MarketCatalog : UserEventHandler, IDisposable
Remarks
A MarketCatalog represent the collection of Markets, including their Feeds, that are visible in the Session.
Properties
Markets
Declaration
public IReadOnlyDictionary<MarketId, Market> Markets { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<MarketId, Market> |
Methods
Dispose()
Declaration
public void Dispose()
Events
TradingEnabledChanged
Declaration
public event EventHandler<MarketStatusEventArgs> TradingEnabledChanged
Event Type
Type | Description |
---|---|
EventHandler<MarketStatusEventArgs> |
Implements
System.IDisposable