public class Leverage extends Object
| Constructor and Description |
|---|
Leverage() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLeverage() |
Double |
getMaxNotionalValue() |
String |
getSymbol() |
void |
setLeverage(BigDecimal leverage) |
void |
setMaxNotionalValue(Double maxNotionalValue) |
void |
setSymbol(String symbol) |
String |
toString() |
public BigDecimal getLeverage()
public void setLeverage(BigDecimal leverage)
public Double getMaxNotionalValue()
public void setMaxNotionalValue(Double maxNotionalValue)
public String getSymbol()
public void setSymbol(String symbol)
Copyright © 2021. All rights reserved.