Show / Hide Table of Contents

Class OptionsChainSubscriptionErrorEventArgs

Inheritance
object
EventArgs
ErrorEventArgs
OptionsChainSubscriptionErrorEventArgs
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 OptionsChainSubscriptionErrorEventArgs : ErrorEventArgs

Fields

endStrike

Declaration
public string endStrike
Field Value
Type Description
string

mrkId

Declaration
public MarketId mrkId
Field Value
Type Description
MarketId

product

Declaration
public string product
Field Value
Type Description
string

startStrike

Declaration
public string startStrike
Field Value
Type Description
string

term

Declaration
public string term
Field Value
Type Description
string
In this article
Back to top