Class VolumeRow
java.lang.Object
com.motivewave.platform.sdk.profile.VolumeRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
contains
(float price) double
double
double
getDelta()
float
float
float
double
boolean
isAskImbalance
(double per, int delta, boolean useDelta) boolean
isBidImbalance
(double per, int delta, boolean useDelta) boolean
isPOC()
boolean
isUAHigh()
boolean
isUALow()
void
-
Constructor Details
-
VolumeRow
-
-
Method Details
-
contains
public boolean contains(float price) -
isPOC
public boolean isPOC() -
isUAHigh
public boolean isUAHigh() -
isUALow
public boolean isUALow() -
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
-
onTick
-
getVolume
public double getVolume() -
getAskVolume
public double getAskVolume() -
getBidVolume
public double getBidVolume() -
getDelta
public double getDelta() -
getAskTrades
-
getBidTrades
-