public class OptionsSettlement extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTRACT |
static String |
SERIALIZED_NAME_FEE |
static String |
SERIALIZED_NAME_PROFIT |
static String |
SERIALIZED_NAME_SETTLE_PRICE |
static String |
SERIALIZED_NAME_STRIKE_PRICE |
static String |
SERIALIZED_NAME_TIME |
| Constructor and Description |
|---|
OptionsSettlement() |
| Modifier and Type | Method and Description |
|---|---|
OptionsSettlement |
contract(String contract) |
boolean |
equals(Object o) |
OptionsSettlement |
fee(String fee) |
String |
getContract()
Options contract name
|
String |
getFee()
Settlement fee per size (quote currency)
|
String |
getProfit()
Settlement profit per size (quote currency)
|
String |
getSettlePrice()
Settlement price (quote currency)
|
String |
getStrikePrice()
Strike price (quote currency)
|
Double |
getTime()
Last changed time of configuration
|
int |
hashCode() |
OptionsSettlement |
profit(String profit) |
void |
setContract(String contract) |
void |
setFee(String fee) |
void |
setProfit(String profit) |
void |
setSettlePrice(String settlePrice) |
void |
setStrikePrice(String strikePrice) |
void |
setTime(Double time) |
OptionsSettlement |
settlePrice(String settlePrice) |
OptionsSettlement |
strikePrice(String strikePrice) |
OptionsSettlement |
time(Double time) |
String |
toString() |
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_CONTRACT
public static final String SERIALIZED_NAME_PROFIT
public static final String SERIALIZED_NAME_FEE
public static final String SERIALIZED_NAME_STRIKE_PRICE
public static final String SERIALIZED_NAME_SETTLE_PRICE
public OptionsSettlement time(Double time)
public void setTime(Double time)
public OptionsSettlement contract(String contract)
public void setContract(String contract)
public OptionsSettlement profit(String profit)
@Nullable public String getProfit()
public void setProfit(String profit)
public OptionsSettlement fee(String fee)
public void setFee(String fee)
public OptionsSettlement strikePrice(String strikePrice)
@Nullable public String getStrikePrice()
public void setStrikePrice(String strikePrice)
public OptionsSettlement settlePrice(String settlePrice)
@Nullable public String getSettlePrice()
public void setSettlePrice(String settlePrice)
Copyright © 2023. All rights reserved.