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()
Contract name
|
String |
getFee()
Settlement fee per size
|
String |
getProfit()
Settlement profit per size
|
String |
getSettlePrice()
settlement price
|
String |
getStrikePrice()
Strike price
|
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)
public void setProfit(String profit)
public OptionsSettlement fee(String fee)
public void setFee(String fee)
public OptionsSettlement strikePrice(String strikePrice)
public void setStrikePrice(String strikePrice)
public OptionsSettlement settlePrice(String settlePrice)
public void setSettlePrice(String settlePrice)
Copyright © 2022. All rights reserved.