Click or drag to resize

IOrder Interface

IOrder interface

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface IOrder

The IOrder type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Gets the Account
Public propertyApiId
Gets the api id as set by the api, if applicable
Public propertyAverageFillPrice
Gets the average fill price
Public propertyDisclosedQuantity
Gets the disclosed quantity
Public propertyFilledQuantity
Gets the filled quantity size
Public propertyId
Gets the unique reference id used in the application to identify order and also in the api
Public propertyInstrument
Gets the Instrument
Public propertyIsActive
Gets if the order is active, i.e. not Pending or Inactive, Unknown or in Initialize state
Public propertyIsClosed
Gets if the order is closed, i.e. filled, rejected or cancelled
Public propertyIsOpen
Gets if the order is open
Public propertyIsPending
Gets if the order is submitted, changed or cancel
Public propertyLastFilledQuantity
Gets the last filled size
Public propertyLastFillPrice
Gets the last fill price
Public propertyLastOrderUpdateTime
Gets the last order update time
Public propertyLastTradedTime
Gets the last traded time
Public propertyLimitPrice
Gets the limit price
Public propertyName
Gets the name of the order
Public propertyOcoId
Gets the Oco Id
Public propertyOrderAction
Gets the Order Action
Public propertyOrderId
Gets the exchange order id
Public propertyOrderState
Gets the Order State
Public propertyOrderType
Gets the Order Type
Public propertyParentOrderId
Gets the parent order id
Public propertyProductType
Gets the productType
Public propertyQuantity
Gets the order quantity
Public propertyRemainingQuantity
Gets the remaining quantity to be filled size
Public propertyStopPrice
Gets the stop price
Public propertyStrategy
Gets the strategy associated with the order, if any
Public propertyTime
Gets the time
Public propertyTimeInForce
Gets the time in force
Public propertyTradeId
Gets the exchange trade id
Top
See Also