public interface OpenCryBidControlRuleInputDataBean
| Modifier and Type | Method and Description |
|---|---|
void |
setCommandInterfaceName(java.lang.String ifname)
Sets the commandInterfaceName.
|
void |
setMinQuant(java.lang.String newMinQuant)
Sets the minimum bid quantity.
|
void |
setMinValue(java.lang.String newMinValue)
Sets the minimum bid value.
|
void |
setPriceRanges(NumericRangeDataBean[] newPriceRanges)
Loads an array of price-range (NumericRangeDataBean) objects.
|
void setCommandInterfaceName(java.lang.String ifname)
ifname - the new command interface name.void setMinQuant(java.lang.String newMinQuant)
newMinQuant - the minimum bid quantity.void setMinValue(java.lang.String newMinValue)
newMinValue - the minimum bid value.void setPriceRanges(NumericRangeDataBean[] newPriceRanges)
newPriceRanges - an array of price-range (NumericRangeDataBean) objects.