Class VaultoroNewOrderData
- java.lang.Object
-
- org.knowm.xchange.vaultoro.dto.trade.VaultoroNewOrderData
-
@Generated("org.jsonschema2pojo") public class VaultoroNewOrderData extends Object
-
-
Constructor Summary
Constructors Constructor Description VaultoroNewOrderData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Map<String,Object>
getAdditionalProperties()
BigDecimal
getBtc()
BigDecimal
getGld()
String
getOrderID()
BigDecimal
getPrice()
String
getTime()
String
getType()
void
setAction(String action)
void
setAdditionalProperty(String name, Object value)
void
setBtc(BigDecimal btc)
void
setGld(BigDecimal gld)
void
setOrderID(String OrderID)
void
setPrice(BigDecimal price)
void
setTime(String time)
void
setType(String type)
-
-
-
Method Detail
-
getAction
public String getAction()
- Returns:
- The action
-
setAction
public void setAction(String action)
- Parameters:
action
- The action
-
getOrderID
public String getOrderID()
- Returns:
- The OrderID
-
setOrderID
public void setOrderID(String OrderID)
- Parameters:
OrderID
- The Order_ID
-
getType
public String getType()
- Returns:
- The type
-
setType
public void setType(String type)
- Parameters:
type
- The type
-
getTime
public String getTime()
- Returns:
- The time
-
setTime
public void setTime(String time)
- Parameters:
time
- The time
-
getPrice
public BigDecimal getPrice()
- Returns:
- The price
-
setPrice
public void setPrice(BigDecimal price)
- Parameters:
price
- The price
-
getBtc
public BigDecimal getBtc()
- Returns:
- The btc
-
setBtc
public void setBtc(BigDecimal btc)
- Parameters:
btc
- The btc
-
getGld
public BigDecimal getGld()
- Returns:
- The gld
-
setGld
public void setGld(BigDecimal gld)
- Parameters:
gld
- The gld
-
-