Class ProfitLossChangedEventArgs
Inheritance
Object
EventArgs
ProfitLossChangedEventArgs
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 ProfitLossChangedEventArgs : EventArgs
Constructors
ProfitLossChangedEventArgs(AccountKey, InstrumentKey, PositionModificationType)
Declaration
public ProfitLossChangedEventArgs(AccountKey accountKey, InstrumentKey instrumentKey, PositionModificationType type = PositionModificationType.Update)
Parameters
Type | Name | Description |
---|---|---|
AccountKey | accountKey | |
InstrumentKey | instrumentKey | |
PositionModificationType | type |
Properties
AccountKey
Declaration
public AccountKey AccountKey { get; }
Property Value
Type | Description |
---|---|
AccountKey |
InstrumentKey
Declaration
public InstrumentKey InstrumentKey { get; }
Property Value
Type | Description |
---|---|
InstrumentKey |
PositionModificationType
Declaration
public PositionModificationType PositionModificationType { get; }
Property Value
Type | Description |
---|---|
PositionModificationType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()