Package deltix.qsrv.hf.blocks
Class OptionState<RootStateType extends OptionRootState>
- java.lang.Object
-
- deltix.qsrv.hf.pub.InstrumentKey
-
- deltix.qsrv.hf.blocks.InstrumentState
-
- deltix.qsrv.hf.blocks.OptionState<RootStateType>
-
- All Implemented Interfaces:
deltix.qsrv.hf.pub.InstrumentIdentity
,java.io.Serializable
,java.lang.Comparable<deltix.qsrv.hf.pub.InstrumentIdentity>
public class OptionState<RootStateType extends OptionRootState> extends InstrumentState
Information about a specific option contract.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description RootStateType
rootState
Option root, provides access to underlier
-
Constructor Summary
Constructors Constructor Description OptionState(RootStateType inRootState, java.lang.String inSymbol)
-
Method Summary
-
Methods inherited from class deltix.qsrv.hf.blocks.InstrumentState
toString
-
-
-
-
Field Detail
-
rootState
public final RootStateType extends OptionRootState rootState
Option root, provides access to underlier
-
-
Constructor Detail
-
OptionState
public OptionState(RootStateType inRootState, java.lang.String inSymbol)
-
-