public class StockInstrumentDetail extends Instrument
| Constructor and Description |
|---|
StockInstrumentDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Boolean |
getEasyToBorrow() |
Boolean |
getFractionable() |
String |
getLotSize() |
Boolean |
getMarginable() |
String |
getMarginRequirementLong() |
String |
getMarginRequirementShort() |
Boolean |
getOvernightTradingSupported() |
Boolean |
getShortable() |
String |
getStatus() |
void |
setCategory(String category) |
void |
setEasyToBorrow(Boolean easyToBorrow) |
void |
setFractionable(Boolean fractionable) |
void |
setLotSize(String lotSize) |
void |
setMarginable(Boolean marginable) |
void |
setMarginRequirementLong(String marginRequirementLong) |
void |
setMarginRequirementShort(String marginRequirementShort) |
void |
setOvernightTradingSupported(Boolean overnightTradingSupported) |
void |
setShortable(Boolean shortable) |
void |
setStatus(String status) |
String |
toString() |
getCurrency, getExchangeCode, getInstrumentId, getName, getSymbol, setCurrency, setExchangeCode, setInstrumentId, setName, setSymbolpublic Boolean getFractionable()
public void setFractionable(Boolean fractionable)
public Boolean getOvernightTradingSupported()
public void setOvernightTradingSupported(Boolean overnightTradingSupported)
public String getMarginRequirementLong()
public void setMarginRequirementLong(String marginRequirementLong)
public String getMarginRequirementShort()
public void setMarginRequirementShort(String marginRequirementShort)
public String getCategory()
public void setCategory(String category)
public String getStatus()
public void setStatus(String status)
public Boolean getShortable()
public void setShortable(Boolean shortable)
public Boolean getMarginable()
public void setMarginable(Boolean marginable)
public Boolean getEasyToBorrow()
public void setEasyToBorrow(Boolean easyToBorrow)
public String getLotSize()
public void setLotSize(String lotSize)
public String toString()
toString in class InstrumentCopyright © 2025 Webull. All rights reserved.