Class ProfitLossChangedEventArgs
Inheritance
ProfitLossChangedEventArgs
Assembly: tt-net-api.dll
Syntax
public class ProfitLossChangedEventArgs : EventArgs
Constructors
ProfitLossChangedEventArgs(AccountKey, InstrumentKey, PositionModificationType)
Declaration
public ProfitLossChangedEventArgs(AccountKey accountKey, InstrumentKey instrumentKey, PositionModificationType type = PositionModificationType.Update)
Parameters
Properties
AccountKey
Declaration
public AccountKey AccountKey { get; }
Property Value
InstrumentKey
Declaration
public InstrumentKey InstrumentKey { get; }
Property Value
PositionModificationType
Declaration
public PositionModificationType PositionModificationType { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides