ExecutionMessage Class

Class ExecutionMessage.
[DataContract()] 
public class ExecutionMessage : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class ExecutionMessage : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class ExecutionMessage 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public property ClId
Public property ClOrderId
Public property ClientId
Public property CurrencyId Gets or sets the currency identifier.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Fields
Public property Id
Public property Instrument
Public property InstrumentId
Public property IsLoaded
Public property Item(int)
Public property Order
Public property OrderId
Public property ProviderOrderId
Public property TypeId Gets the type identifier. (inherited from DataObject).
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
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. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition