Class TPORow

java.lang.Object
com.motivewave.platform.sdk.profile.TPORow

public class TPORow extends Object
  • Method Details

    • isPOC

      public boolean isPOC()
    • getProfile

      public TPOProfile getProfile()
    • getStartPrice

      public float getStartPrice()
    • getEndPrice

      public float getEndPrice()
    • contains

      public boolean contains(float price)
    • getRowPrice

      public float getRowPrice()
    • getVolume

      public double getVolume()
    • getAskVolume

      public double getAskVolume()
    • getBidVolume

      public double getBidVolume()
    • getDelta

      public double getDelta()
    • getCells

      public List<TPOCell> getCells()
    • getCellCount

      public int getCellCount()