A broker order


The following tables list the members exposed by Order.

Public Properties

  Name Description
Public property Account Gets or sets account
Public property AvgPrice Gets average fill price for this order
Public property CumQty Gets cumulative filled quantity for this order
Public property DateTime Gets order datetime
Public property IB  
Public property Instrument Gets order instrument
Public property IsCancelled Returns true if this order is cancelled
Public property IsDone Returns true if this order is in the final state (Filled, Rejected or Cancelled)
Public property IsFilled Returns true if the order is filled
Public property IsNew Returns true if the order is in new state
Public property IsPartiallyFilled Returns true if the order is partially filled
Public property IsPendingCancel Returns true if this order is in pending cancel state
Public property IsPendingNew Returns true if the order is in pending new state
Public property IsPendingReplace Returns true if this order is in pending replace state
Public property IsRejected Returns true if this order is rejected
Public property LastPrice Gets last fill (partial fill) price for this order
Public property LastQty Gets last fill (partial fill) quantity for this order
Public property LeavesQty Gets remaining order quantity to be filled
Public property OCAGroup Gets or sets OCA (One Cancels All) group for this order
Public property Price Gets order limit price or sets limit price for order replace
Public property Qty Gets order quantity or sets order quantity for order replace
Public property Side Gets order side (buy, sell)
Public property StopPrice Gets order stop price or sets stop price for order replace
Public property Text Gets or sets a text comment
Public property TimeInForce Gets or sets time in force
Public property Type Gets or sets order type (market, limit, stop, stop limit)
Top

Public Methods

  Name Description
Public method Cancel Cancels this order
Public method Replace Replaces this order
Public method Send Sends this order to a broker
Top

See Also