public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterType() |
String |
getMaxPrice() |
String |
getMaxQty() |
String |
getMinNotional() |
String |
getMinPrice() |
String |
getMinQty() |
String |
getStepSize() |
String |
getTickSize() |
void |
setFilterType(String filterType) |
void |
setMaxPrice(String maxPrice) |
void |
setMaxQty(String maxQty) |
void |
setMinNotional(String minNotional) |
void |
setMinPrice(String minPrice) |
void |
setMinQty(String minQty) |
void |
setStepSize(String stepSize) |
void |
setTickSize(String tickSize) |
String |
toString() |
public String getMaxPrice()
public void setMaxPrice(String maxPrice)
public String getFilterType()
public void setFilterType(String filterType)
public String getTickSize()
public void setTickSize(String tickSize)
public String getMinPrice()
public void setMinPrice(String minPrice)
public String getMinQty()
public void setMinQty(String minQty)
public String getMaxQty()
public void setMaxQty(String maxQty)
public String getStepSize()
public void setStepSize(String stepSize)
public String getMinNotional()
public void setMinNotional(String minNotional)
Copyright © 2012–2018 Knowm Inc.. All rights reserved.