Transaction

StockSharp.Oanda.Native.DataTypes

Inherits: Order

Properties

ClientOrderId
public string ClientOrderId { get; set; }
value = transaction.ClientOrderId
transaction.ClientOrderId = value

The client Order ID of the Order filled (only provided if the client has assigned one).

Commission
public double? Commission { get; set; }
value = transaction.Commission
transaction.Commission = value

The commission charged in the Account’s home currency as a result of filling the Order. The commission is always represented as a positive quantity of the Account’s home currency, however it reduces the balance in the Account.

PnL
public double? PnL { get; set; }
value = transaction.PnL
transaction.PnL = value

The profit or loss incurred when the Order was filled.