| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Order Object

Page history last edited by Ryan Olson 14 years, 4 months ago

An Orders Object holds all the properties of a broker order.  All properties are read only.

 

Properties

Name Type Discription
oOrder.Commission Single Read Only. Commission charged for the order
oOrder.Country String Read Only. Country of the symbol that the order was placed on
oOrder.Exchange String Read Only. Exchange of the symbol that the order was placed on
oOrder.ExecutionDate Date Read Only. Date/Time the order was executed
oOrder.ExecutionPrice Single Read Only. Price the order was executed at
oOrder.IsBuyOrder Boolean Read Only. Determines if the order is a Buy order
oOrder.IsCoverOrder Boolean Read Only. Determines if the order is a Cover order
oOrder.IsDayPlusTIF Boolean Read Only. Determines if the order TIF is set to Day+
oOrder.IsDayTIF Boolean Read Only. Determines if the order TIF is set to Day
oOrder.IsGTCTIF Boolean Read Only. Determines if the order TIF is set to GTC
oOrder.IsIOCTIF Boolean Read Only. Determines if the order TIF is set to IOC
oOrder.IsLimitOnOpenOrder Boolean Read Only. Determines if the order is a Limit On Open order
oOrder.IsLimitOrder Boolean Read Only. Determines if the order is a Limit order
oOrder.IsMarketOnCloseOrder Boolean Read Only. Determines if the order is a Market On Close order
oOrder.IsMarketOnOpenOrder Boolean Read Only. Determines if the order is a Market On Open order
oOrder.IsMarketOrder Boolean Read Only. Determines if the order is a Market order
oOrder.IsSellOrder Boolean Read Only. Determines if the order is a Sell order
oOrder.IsSellShortOrder Boolean Read Only. Determines if the order is a Sell Short order
oOrder.IsStopLimitOrder Boolean Read Only. Determines if the order is a Stop Limit order
oOrder.IsStopMarketOrder Boolean Read Only. Determines if the order is a Stop Market order
oOrder.LimitPrice Single Read Only. The level of the submitted Limit order
oOrder.OrderDate Date Read Only. The Date/Time the order was submitted
oOrder.PeriodsInForce Integer Read Only. The number of Periods in Force for the order
oOrder.Price Single Read Only. The order price
oOrder.Shares Single Read Only. The number of shares submitted
oOrder.StopPrice Single Read Only. The level of the submitted Stop order
oOrder.Symbol String Read Only. The symbol the order was submitted/executed on

 

Comments (0)

You don't have permission to comment on this page.