public abstract class EquityFitData extends CoreFitData implements FitDataUnderlyingPrices, Serializable
| Constructor and Description |
|---|
EquityFitData()
Create a new, empty data set.
|
EquityFitData(EquityFitData data)
Copy the data.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getUnderlyingAsk()
Gets the underlying ask price.
|
double |
getUnderlyingBid()
Gets the underlying bid price.
|
void |
setUnderlyingAsk(double underlyingAsk)
Sets the underlying ask price.
|
void |
setUnderlyingBid(double underlyingBid)
Sets the underlying bid price.
|
String |
toString() |
protected String |
toStringContents() |
clone2d, getCarryCurveDates, getCarryCurveErrors, getCarryCurveRates, getDivCashAmounts, getDivExDates, getDivProportionalAmounts, getFitGroup, getFitScope, getOptionExerciseTypes, getOptionExpirations, getOptionIds, getOptionPayoffTypes, getOptionRoots, getOptionSettlementTypes, getOptionStrikes, getOptionSyms, getTimestamp, getUnderlyingId, getUnderlyingSym, getUnderlyingType, getYieldCurveDates, getYieldCurveRates, setCarryCurveDates, setCarryCurveErrors, setCarryCurveRates, setDivCashAmounts, setDivExDates, setDivProportionalAmounts, setFitGroup, setOptionExerciseTypes, setOptionExpirations, setOptionIds, setOptionPayoffTypes, setOptionRoots, setOptionSettlementTypes, setOptionStrikes, setOptionSyms, setTimestamp, setUnderlyingId, setUnderlyingSym, setUnderlyingType, setYieldCurveDates, setYieldCurveRatesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUnderlyingMidpublic EquityFitData()
public EquityFitData(EquityFitData data)
data - data to copy.public double getUnderlyingBid()
FitDataUnderlyingPricesgetUnderlyingBid in interface FitDataUnderlyingPricespublic void setUnderlyingBid(double underlyingBid)
underlyingBid - underlying bid price.public double getUnderlyingAsk()
FitDataUnderlyingPricesgetUnderlyingAsk in interface FitDataUnderlyingPricespublic void setUnderlyingAsk(double underlyingAsk)
underlyingAsk - underlying ask price.protected String toStringContents()
toStringContents in class CoreFitDatapublic String toString()
toString in class CoreFitData