Click or drag to resize

IOrder Interface


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IOrder

The IOrder type exposes the following members.

Properties
 NameDescription
Public propertyAccount Gets the IAccount
Public propertyAverageFillPrice Gets the average fill price
Public propertyDisclosedQuantity Gets the disclosed quantity
Public propertyExchangeOrderId Gets the exchange order id
Public propertyFilledQuantity Gets the filled quantity
Public propertyId Gets the id
Public propertyInstrument Gets the IInstrument
Public propertyLastUpdateTime Gets the last update time
Public propertyLimitPrice Gets the limit price
Public propertyName Gets the name
Public propertyOcoId Gets the Oco id
Public propertyOrderAction Gets the OrderAction
Public propertyOrderId Gets the order id
Public propertyOrderState Gets the OrderState
Public propertyOrderType Gets the OrderType
Public propertyParentOrderId Gets the parent order id
Public propertyProductType Gets the ProductType
Public propertyQuantity Gets the quantity
Public propertyRemainingQuantity Gets the remaining quantity
Public propertyStopPrice Gets the stop price
Public propertyTimeInForce Gets the TimeInForce
Public propertyTimeStamp Gets the time stamp
Top
See Also