Class VaultoroOpenOrder
- java.lang.Object
-
- org.knowm.xchange.vaultoro.dto.trade.VaultoroOpenOrder
-
@Generated("org.jsonschema2pojo") public class VaultoroOpenOrder extends Object
-
-
Constructor Summary
Constructors Constructor Description VaultoroOpenOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
BigDecimal
getBTCAmount()
BigDecimal
getGoldAmount()
BigDecimal
getGoldPrice()
String
getOrderID()
void
setAdditionalProperty(String name, Object value)
void
setBTCAmount(BigDecimal BTCAmount)
void
setGoldAmount(BigDecimal GoldAmount)
void
setGoldPrice(BigDecimal GoldPrice)
void
setOrderID(String OrderID)
-
-
-
Method Detail
-
getOrderID
public String getOrderID()
- Returns:
- The OrderID
-
setOrderID
public void setOrderID(String OrderID)
- Parameters:
OrderID
- The Order_ID
-
getBTCAmount
public BigDecimal getBTCAmount()
- Returns:
- The BTCAmount
-
setBTCAmount
public void setBTCAmount(BigDecimal BTCAmount)
- Parameters:
BTCAmount
- The BTC_Amount
-
getGoldPrice
public BigDecimal getGoldPrice()
- Returns:
- The GoldPrice
-
setGoldPrice
public void setGoldPrice(BigDecimal GoldPrice)
- Parameters:
GoldPrice
- The Gold_Price
-
getGoldAmount
public BigDecimal getGoldAmount()
- Returns:
- The GoldAmount
-
setGoldAmount
public void setGoldAmount(BigDecimal GoldAmount)
- Parameters:
GoldAmount
- The Gold_Amount
-
-