Show / Hide Table of Contents

Class PriceSubscriptionErrorEventArgs

Inheritance
object
EventArgs
ErrorEventArgs
PriceSubscriptionErrorEventArgs
Inherited Members
ErrorEventArgs.ErrorType
ErrorEventArgs.Message
ErrorEventArgs.ToString()
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public sealed class PriceSubscriptionErrorEventArgs : ErrorEventArgs

Fields

account

Declaration
public ulong? account
Field Value
Type Description
ulong?

depthLevel

Declaration
public int depthLevel
Field Value
Type Description
int

instrument

Declaration
public ulong instrument
Field Value
Type Description
ulong
In this article
Back to top