| 
  • 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
 

Position Object

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

An Position Object holds all the properties of an broker position.  All properties are read only.

 

Properties

Name Type Discription
oPosition.Country String Read Only. Country of the symbol that the position exists for
oPosition.CurrentCommission Single Read Only. Commission Price
oPosition.EntryDate Date Read Only. Entry date for the position
oPosition.EntryPrice Single Read Only. Entry price for the position
oPosition.Exchange String Read Only. Exchange of the symbol that the position exists for
oPosition.ExitDate Date Read Only. Exit Date of the position
oPosition.ExitPrice Single Read Only. Exit Price of the position
oPosition.IsLong Boolean Read Only. Determines if the position is a long position
oPosition.IsShort Boolean Read Only. Determines if the position is a short position
oPosition.LastPrice Single Read Only. Gets the last known price of the symbol
oPosition.RealizedProfit Single Read Only. Profit/Loss of a closed position
oPosition.Shares Single Read Only. Number of shares traded
oPosition.Symbol String Read Only. Traded symbol
oPosition.UnRealizedProfit Single Read Only. Profit/Loss of an open position

 

Comments (0)

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