Position class represents a single position lot instance within trading account. ActiveTick supports having multiple positions with the same symbol and position type inside trading account. ActieTick treats each order fill as unique position lot.
Position
getPositionType() | The getPositionType method returns wether position is long or short. |
getPrice() | The getPrice method returns the purchase price for position. |
getQuantity() | The getQuantity method returns the quantity for position. |
getSymbol() | The getSymbol method returns the symbol for position. |
Copyright © 2006-2009 ActiveTick LLC