Package deltix.qsrv.hf.blocks
Class OptionRootState<UnderlierStateType extends InstrumentState>
- java.lang.Object
-
- deltix.qsrv.hf.blocks.OptionRootState<UnderlierStateType>
-
public class OptionRootState<UnderlierStateType extends InstrumentState> extends java.lang.Object
Information about option root. See Option naming convention
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
symbol
UnderlierStateType
underlyingInstrument
Option underlier
-
Constructor Summary
Constructors Constructor Description OptionRootState(UnderlierStateType underlier, java.lang.String symbol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRootOf(java.lang.CharSequence option)
java.lang.String
toString()
-
-
-
Field Detail
-
symbol
public final java.lang.String symbol
-
underlyingInstrument
public final UnderlierStateType extends InstrumentState underlyingInstrument
Option underlier
-
-
Constructor Detail
-
OptionRootState
public OptionRootState(UnderlierStateType underlier, java.lang.String symbol)
-
-