public class BestBidAskTrackingOptions extends Object
Constructor and Description |
---|
BestBidAskTrackingOptions()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BestBidAskTrackingParameter |
getBestBidAskTrackingParameters()
Get price level parameters which will be used to track best bids and best asks.
|
double |
getOrdersCountThreshold()
Get orders count threshold in percents.
|
biz.onixs.util.ScaledDecimal |
getPriceThreshold()
Get price threshold in percents.
|
double |
getQuantityThreshold()
Get quantity threshold in percents.
|
void |
setBestBidAskTrackingParameters(BestBidAskTrackingParameter value)
Set price level parameters which will be used to track best bids and best asks.
|
void |
setOrdersCountThreshold(double value)
Set orders count threshold.
|
void |
setPriceThreshold(biz.onixs.util.ScaledDecimal value)
Set price threshold.
|
void |
setQuantityThreshold(double value)
Set quantity threshold.
|
String |
toString()
Convert object to string representation.
|
public BestBidAskTrackingParameter getBestBidAskTrackingParameters()
public void setBestBidAskTrackingParameters(BestBidAskTrackingParameter value)
value
- parameters value.public biz.onixs.util.ScaledDecimal getPriceThreshold()
public void setPriceThreshold(biz.onixs.util.ScaledDecimal value)
value
- price threshold in percents.public double getQuantityThreshold()
public void setQuantityThreshold(double value)
value
- quantity threshold in percents.public double getOrdersCountThreshold()
public void setOrdersCountThreshold(double value)
value
- orders count threshold in percents.Copyright © 2010–2020 Onix Solutions. All rights reserved.