public final class SpotConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
String |
spotMaxBidPrice |
Constructor and Description |
---|
SpotConfiguration(String spotMaxBidPrice) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static String |
normalizeBid(String bid)
Check if the specified value is a valid bid price to make a Spot request and return the normalized string for the
float of the specified bid Bids must be >= .001
|
public final String spotMaxBidPrice
@DataBoundConstructor public SpotConfiguration(String spotMaxBidPrice)
public static String normalizeBid(String bid)
bid
- - price to checkCopyright © 2016–2019. All rights reserved.