Show / Hide Table of Contents

Class MarketStatusEventArgs

Inheritance
object
EventArgs
MarketStatusEventArgs
Inherited Members
EventArgs.Empty
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 MarketStatusEventArgs : EventArgs

Properties

IsTradingEnabled

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

Market

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