Click or drag to resize

OrderBase Properties

The OrderBase type exposes the following members.

Properties
 NameDescription
Public propertyAccount Gets or sets the Account
Public propertyAverageFillPrice Gets the average fill price
Public propertyDisclosedQuantity Gets the disclosed quantity
Public propertyExchangeOrderId Gets or sets the order id as assigned by the exchange
Public propertyFilledQuantity Gets or sets the filled quantity
Public propertyId Gets or sets the id, usually as assigned by ArthaChitra
Public propertyInstrument Gets or sets the Instrument
Public propertyIsActive Gets if the order is active or not
Public propertyIsBuy True if the order action is buy or buy to cover
Public propertyIsClosed Gets if the order is closed or not. The state can be filled, canelled or rejected
Public propertyIsOpen Gets if the order is open or not
Public propertyIsPending Gets if the order is in pending state
Public propertyIsSell True if order action is sell or sell short
Public propertyIsStop True if the order is a stop order
Public propertyIsStopTriggered Is stop order has been triggered or not
Public propertyLastUpdateTime Gets or sets the last update time
Public propertyLimitPrice Gets or sets the limit price
Public propertyLimitPriceString Gets the formatted limit price
Public propertyName Gets or sets the order name
Public propertyNativeOrder 
Public propertyOcoId Gets or sets the oco id
Public propertyOrderAction Gets the OrderAction
Public propertyOrderId Gets or sets the order id, usually as assigned by the broker
Public propertyOrderState Gets the OrderState
Public propertyOrderType Gets the OrderType
Public propertyParentOrderId Gets or sets the parent order id
Public propertyProductType Gets the ProductType
Public propertyQuantity Gets or sets the quantity
Public propertyRemainingQuantity Gets the remaining quantity
Public propertyRemarks Gets or sets the remarks
Public propertyStopPrice Gets or sets the stop price
Public propertyStopPriceString Gets the formatted stop price
Public propertyStrategy Gets the strategy associated with the order
Public propertyTimeInForce Gets the TimeInForce
Public propertyTimeStamp Gets or sets the time stamp
Top
See Also