Class QuoteResponseEventArgs
Inheritance
Object
EventArgs
QuoteResponseEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class QuoteResponseEventArgs : EventArgs
Properties
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Quote
Declaration
public Quote Quote { get; }
Property Value
Type | Description |
---|---|
Quote |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()