Class Position

java.lang.Object
com.studerw.tda.model.account.Position
All Implemented Interfaces:
Serializable

public class Position extends Object implements Serializable
See Also:
  • Constructor Details

    • Position

      public Position()
  • Method Details

    • getShortQuantity

      public BigDecimal getShortQuantity()
    • getAveragePrice

      public BigDecimal getAveragePrice()
    • getCurrentDayProfitLoss

      public BigDecimal getCurrentDayProfitLoss()
    • getCurrentDayProfitLossPercentage

      public BigDecimal getCurrentDayProfitLossPercentage()
    • getLongQuantity

      public BigDecimal getLongQuantity()
    • getSettledLongQuantity

      public BigDecimal getSettledLongQuantity()
    • getSettledShortQuantity

      public BigDecimal getSettledShortQuantity()
    • getAgedQuantity

      public BigDecimal getAgedQuantity()
    • getInstrument

      public Instrument getInstrument()
    • getMarketValue

      public BigDecimal getMarketValue()
    • getOtherFields

      public Map<String,Object> getOtherFields()
    • toString

      public String toString()
      Overrides:
      toString in class Object