ExecutionCommand Class

Class ExecutionCommand.
[DataContract()] 
public class ExecutionCommand : ExecutionMessage
This language is not supported or no code example is available.
[DataContract()] 
public ref class ExecutionCommand : public ExecutionMessage^
This language is not supported or no code example is available.
public  
DataContract() 
class ExecutionCommand 
extends ExecutionMessage
This language is not supported or no code example is available.
Name Description
Public constructor ExecutionCommand() Initializes a new instance of the ExecutionCommand class.
Public constructor ExecutionCommand(ExecutionCommand) Initializes a new instance of the ExecutionCommand class.
Public constructor ExecutionCommand(ExecutionCommandType, Order) Initializes a new instance of the ExecutionCommand class.
Top
Name Description
Public property Account Gets the account.
Public property AlgoId
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 CurrencyId Gets or sets the currency identifier. (inherited from ExecutionMessage).
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExecInst Gets the execInst.
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 MinQty Gets the minQty.
Public property OCA Gets the oca.
Public property OrdType Gets 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 the price.
Public property Provider Gets the provider.
Public property ProviderId
Public property ProviderOrderId (inherited from ExecutionMessage).
Public property Qty Gets the qty.
Public property RouteId
Public property Side Gets the side.
Public property StopPx Gets the stop px.
Public property StrategyId
Public property SubSide Gets the sub side.
Public property Symbol Gets instrument symbol
Public property Text Gets the text.
Public property TimeInForce
Public property TransactTime Gets the transact time.
Public property Type Gets the type.
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