Show / Hide Table of Contents

Class ProfitLossChangedEventArgs

Inheritance
object
EventArgs
ProfitLossChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
object.ToString()
In this article
Back to top