Order Class

Class Order.
[DataContract()] 
public class Order : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class Order : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class Order 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public property Account Gets or sets the account.
Public property AlgoId
Public property AvgPx Gets the average px.
Public property ClId
Public property ClOrderId
Public property ClientID Gets or sets the client id.
Public property ClientId
Public property Commands Gets or sets the commands.
Public property CumQty Gets the cum qty.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExecInst Gets the execInst.
Public property ExpireTime Gets the expire time.
Public property Fields
Public property Id
Public property Instrument Gets the instrument.
Public property IsCancelled Gets a value indicating whether this instance is cancelled.
Public property IsDone Gets a value indicating whether this instance is done.
Public property IsExpired
Public property IsFilled Gets a value indicating whether this instance is filled.
Public property IsNew Gets a value indicating whether this instance is new.
Public property IsNotSent Gets a value indicating whether this instance is not sent.
Public property IsOCA Gets a value indicating whether this instance is oca.
Public property IsPartiallyFilled Gets a value indicating whether this instance is partially filled.
Public property IsPendingCancel Gets a value indicating whether this instance is pending cancel.
Public property IsPendingNew Gets a value indicating whether this instance is pending new.
Public property IsPendingReplace Gets a value indicating whether this instance is pending replace.
Public property IsRejected Gets a value indicating whether this instance is rejected.
Public property IsReplaced Gets a value indicating whether this instance is replaced.
Public property Item(int)
Public property LeavesQty Gets the leaves qty.
Public property Messages Gets or sets the messages.
Public property MinQty Gets the minQty.
Public property OCA Gets or sets the oca.
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 or sets the provider.
Public property ProviderId
Public property ProviderOrderId
Public property Qty Gets the qty.
Public property Reports Gets or sets the reports.
Public property RouteId Gets the route.
Public property Side Gets or sets the side.
Public property Status Gets the status.
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 the time in force.
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() (inherited from DataObject).
Public method GetSideAsString() Gets the side as string.
Public method GetStatusAsString() Gets the status as string.
Public method GetTypeAsString() Gets the type as string.
Public method OnExecutionCommand(ExecutionCommand) Called when [execution command].
Public method OnExecutionReport(ExecutionReport) Called when [execution report].
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).
Public field strategyId
Top

In this article

Definition