Transaction Class
[DataContract()]
public class Transaction : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class Transaction : public DataObject^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Transaction() | |
![]() |
Transaction(Fill) |
Name | Description | |
---|---|---|
![]() |
Amount | |
![]() |
CashFlow | Gets cash flow associated with this Transaction |
![]() |
Commission | |
![]() |
CurrencyName | |
![]() |
DateTime | Gets or sets the date time. (inherited from Event). |
![]() |
Fills | |
![]() |
Id | |
![]() |
Instrument | |
![]() |
InstrumentId | |
![]() |
IsDone | |
![]() |
NetCashFlow | Gets net cash flow of this Transaction |
![]() |
Order | |
![]() |
PnL | |
![]() |
Price | |
![]() |
Qty | |
![]() |
Side | |
![]() |
SubSide | Gets the sub side. |
![]() |
Text | |
![]() |
TypeId | Gets the type identifier. |
![]() |
Value | Gets cash value of this Transaction |
Name | Description | |
---|---|---|
![]() |
Add(Fill) | |
![]() |
Clone() | (inherited from DataObject). |
![]() |
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
![]() |
ToString() | Returns a String that represents this instance. |
A portfolio transaction corresponds to a particular execution order and holds a list of fills for this order.