Class VolumeRow

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

public class VolumeRow extends Object
  • Constructor Details

    • VolumeRow

      public VolumeRow(VolumeProfile profile, float startPrice, float endPrice)
  • Method Details

    • contains

      public boolean contains(float price)
    • isPOC

      public boolean isPOC()
    • isUAHigh

      public boolean isUAHigh()
    • isUALow

      public boolean isUALow()
    • getProfile

      public VolumeProfile getProfile()
    • isBidImbalance

      public boolean isBidImbalance(double per, int delta, boolean useDelta)
    • isAskImbalance

      public boolean isAskImbalance(double per, int delta, boolean useDelta)
    • getStartPrice

      public float getStartPrice()
    • getEndPrice

      public float getEndPrice()
    • getRowPrice

      public float getRowPrice()
    • addFrom

      public void addFrom(VolumeRow row)
    • onTick

      public void onTick(Tick tick)
    • getVolume

      public double getVolume()
    • getAskVolume

      public double getAskVolume()
    • getBidVolume

      public double getBidVolume()
    • getDelta

      public double getDelta()
    • getAskTrades

      public List<Tick> getAskTrades()
    • getBidTrades

      public List<Tick> getBidTrades()