public class FlashSwapCurrencyPair extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BUY_CURRENCY |
static String |
SERIALIZED_NAME_BUY_MAX_AMOUNT |
static String |
SERIALIZED_NAME_BUY_MIN_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY_PAIR |
static String |
SERIALIZED_NAME_SELL_CURRENCY |
static String |
SERIALIZED_NAME_SELL_MAX_AMOUNT |
static String |
SERIALIZED_NAME_SELL_MIN_AMOUNT |
| Constructor and Description |
|---|
FlashSwapCurrencyPair() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBuyCurrency()
The currency to be bought
|
String |
getBuyMaxAmount()
The maximum quantity allowed for buying
|
String |
getBuyMinAmount()
The minimum quantity required for buying
|
String |
getCurrencyPair()
The currency pair, BTC_USDT represents selling Bitcoin (BTC) and buying Tether (USDT).
|
String |
getSellCurrency()
The currency to be sold
|
String |
getSellMaxAmount()
The maximum quantity allowed for selling
|
String |
getSellMinAmount()
The minimum quantity required for selling
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public static final String SERIALIZED_NAME_SELL_CURRENCY
public static final String SERIALIZED_NAME_BUY_CURRENCY
public static final String SERIALIZED_NAME_SELL_MIN_AMOUNT
public static final String SERIALIZED_NAME_SELL_MAX_AMOUNT
public static final String SERIALIZED_NAME_BUY_MIN_AMOUNT
public static final String SERIALIZED_NAME_BUY_MAX_AMOUNT
@Nullable public String getCurrencyPair()
@Nullable public String getSellCurrency()
@Nullable public String getBuyCurrency()
@Nullable public String getSellMinAmount()
@Nullable public String getSellMaxAmount()
@Nullable public String getBuyMinAmount()
@Nullable public String getBuyMaxAmount()
Copyright © 2023. All rights reserved.