public interface FitDataOptionChain extends FitDataUnderlying
Modifier and Type | Method and Description |
---|---|
String[] |
getOptionExerciseTypes()
Gets the type of option exercise (e.g.
|
DBDateTime[] |
getOptionExpirations()
Gets an array of expirations associated with the option prices.
|
long[] |
getOptionIds()
Gets an array of ids associated with the options.
|
String[] |
getOptionPayoffTypes()
Gets the type of option payoff (e.g.
|
String[] |
getOptionRoots()
Gets an array of root symbols associated with the options.
|
String[] |
getOptionSettlementTypes()
Gets the type of option settlement (e.g.
|
double[] |
getOptionStrikes()
Gets an array of strikes associated with the option prices.
|
String[] |
getOptionSyms()
Gets an array of symbols associated with the options.
|
getTimestamp, getUnderlyingId, getUnderlyingSym, getUnderlyingType
long[] getOptionIds()
String[] getOptionSyms()
String[] getOptionRoots()
DBDateTime[] getOptionExpirations()
double[] getOptionStrikes()
String[] getOptionPayoffTypes()
String[] getOptionExerciseTypes()
String[] getOptionSettlementTypes()