|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.core.instruments.InstrumentFunctionHandler<I>
org.marketcetera.ors.history.InstrumentSummaryFields<Future>
org.marketcetera.ors.history.FutureSummaryFields
public class FutureSummaryFields
Extracts report summary fields for a future instrument.
| Field Summary |
|---|
| Fields inherited from class org.marketcetera.ors.history.InstrumentSummaryFields |
|---|
SELECTOR |
| Constructor Summary | |
|---|---|
FutureSummaryFields()
Creates an instance that handles the specified instrument subclass. |
|
| Method Summary | |
|---|---|
String |
getExpiry(Instrument inInstrument)
Returns the expiry value of the instrument. |
OptionType |
getOptionType(Instrument inInstrument)
Returns the option type of the instrument. |
BigDecimal |
getStrikePrice(Instrument inInstrument)
Returns the strike price of the instrument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FutureSummaryFields()
| Method Detail |
|---|
public String getExpiry(Instrument inInstrument)
InstrumentSummaryFields
getExpiry in class InstrumentSummaryFields<Future>inInstrument - the instrument.
public BigDecimal getStrikePrice(Instrument inInstrument)
InstrumentSummaryFields
getStrikePrice in class InstrumentSummaryFields<Future>inInstrument - the instrument.
public OptionType getOptionType(Instrument inInstrument)
InstrumentSummaryFields
getOptionType in class InstrumentSummaryFields<Future>inInstrument - the instrument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||