|
||||||||||
| 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<Option>
org.marketcetera.ors.history.OptionSummaryFields
public class OptionSummaryFields
Extracts report summary fields for an option instrument.
| Field Summary |
|---|
| Fields inherited from class org.marketcetera.ors.history.InstrumentSummaryFields |
|---|
SELECTOR |
| Constructor Summary | |
|---|---|
OptionSummaryFields()
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 OptionSummaryFields()
| Method Detail |
|---|
public String getExpiry(Instrument inInstrument)
InstrumentSummaryFields
getExpiry in class InstrumentSummaryFields<Option>inInstrument - the instrument.
public BigDecimal getStrikePrice(Instrument inInstrument)
InstrumentSummaryFields
getStrikePrice in class InstrumentSummaryFields<Option>inInstrument - the instrument.
public OptionType getOptionType(Instrument inInstrument)
InstrumentSummaryFields
getOptionType in class InstrumentSummaryFields<Option>inInstrument - the instrument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||