Class FillAmendedEventArgs
Inheritance
FillAmendedEventArgs
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
OldFill
Declaration
public Fill OldFill { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides