ExecutionReport Class

Class ExecutionReport.
[DataContract()] 
public class ExecutionReport : ExecutionMessage
This language is not supported or no code example is available.
[DataContract()] 
public ref class ExecutionReport : public ExecutionMessage^
This language is not supported or no code example is available.
public  
DataContract() 
class ExecutionReport 
extends ExecutionMessage
This language is not supported or no code example is available.
Name Description
Public constructor ExecutionReport() Initializes a new instance of the ExecutionReport class.
Public constructor ExecutionReport(ExecutionCommand) Initializes a new instance of the ExecutionReport class.
Public constructor ExecutionReport(ExecutionReport) Initializes a new instance of the ExecutionReport class.
Public constructor ExecutionReport(Order) Initializes a new instance of the ExecutionReport class.
Top
Name Description
Public property Account Gets the account.
Public property AlgoId
Public property AvgPx Gets or sets the average px.
Public property ClId (inherited from ExecutionMessage).
Public property ClOrderId (inherited from ExecutionMessage).
Public property ClientID Gets the client id.
Public property ClientId (inherited from ExecutionMessage).
Public property Commission Gets or sets the commission.
Public property CumQty Gets or sets the cum qty.
Public property CurrencyId Gets or sets the currency identifier. (inherited from ExecutionMessage).
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExecId
Public property ExecInst Gets the execInst.
Public property ExecType Gets or sets the type of the execute.
Public property ExpireTime
Public property Fields (inherited from ExecutionMessage).
Public property Id (inherited from ExecutionMessage).
Public property Instrument (inherited from ExecutionMessage).
Public property InstrumentId (inherited from ExecutionMessage).
Public property IsLoaded (inherited from ExecutionMessage).
Public property Item(int) (inherited from ExecutionMessage).
Public property LastPx Gets or sets the last px.
Public property LastQty Gets or sets the last qty.
Public property LeavesQty Gets or sets the leaves qty.
Public property MinQty Gets the minQty.
Public property OCA Gets the oca.
Public property OrdQty Gets or sets the ord qty.
Public property OrdStatus Gets or sets the ord status.
Public property OrdType Gets or sets the type of the ord.
Public property Order (inherited from ExecutionMessage).
Public property OrderId (inherited from ExecutionMessage).
Public property PegDifference Gets the pegDifference.
Public property Portfolio Gets the portfolio.
Public property PortfolioId
Public property Price Gets or sets the price.
Public property Provider Gets the provider.
Public property ProviderId
Public property ProviderOrderId (inherited from ExecutionMessage).
Public property RouteId
Public property Side Gets or sets the side.
Public property StopPx Gets or sets the stop px.
Public property StrategyId
Public property SubSide Gets the sub side.
Public property Text Gets or sets the text.
Public property TimeInForce Gets or sets the time in force.
Public property TransactTime Gets the transact time.
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone()
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition