public class CollateralAlign extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLLATERAL_AMOUNT |
static String |
SERIALIZED_NAME_COLLATERAL_CURRENCY |
static String |
SERIALIZED_NAME_ORDER_ID |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
CollateralAlign() |
| Modifier and Type | Method and Description |
|---|---|
CollateralAlign |
collateralAmount(String collateralAmount) |
CollateralAlign |
collateralCurrency(String collateralCurrency) |
boolean |
equals(Object o) |
String |
getCollateralAmount()
Collateral amount
|
String |
getCollateralCurrency()
Collateral
|
Long |
getOrderId()
Order ID
|
String |
getType()
Operation types: append - for adding collateral, redeem - for withdrawing collateral
|
int |
hashCode() |
CollateralAlign |
orderId(Long orderId) |
void |
setCollateralAmount(String collateralAmount) |
void |
setCollateralCurrency(String collateralCurrency) |
void |
setOrderId(Long orderId) |
void |
setType(String type) |
String |
toString() |
CollateralAlign |
type(String type) |
public static final String SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_COLLATERAL_CURRENCY
public static final String SERIALIZED_NAME_COLLATERAL_AMOUNT
public static final String SERIALIZED_NAME_TYPE
public CollateralAlign orderId(Long orderId)
public Long getOrderId()
public void setOrderId(Long orderId)
public CollateralAlign collateralCurrency(String collateralCurrency)
public String getCollateralCurrency()
public void setCollateralCurrency(String collateralCurrency)
public CollateralAlign collateralAmount(String collateralAmount)
public String getCollateralAmount()
public void setCollateralAmount(String collateralAmount)
public CollateralAlign type(String type)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.