Class FillAmendedEventArgs
Represents the event arguments sent in a FillAmended callback
Inheritance
Object
EventArgs
FillAmendedEventArgs
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 FillAmendedEventArgs : EventArgs
Constructors
FillAmendedEventArgs(Fill, Fill)
Declaration
public FillAmendedEventArgs(Fill newFill, Fill oldFill)
Parameters
Type | Name | Description |
---|---|---|
Fill | newFill | |
Fill | oldFill |
Properties
NewFill
Declaration
public Fill NewFill { get; }
Property Value
Type | Description |
---|---|
Fill |
OldFill
Declaration
public Fill OldFill { get; }
Property Value
Type | Description |
---|---|
Fill |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()