Package com.studerw.tda.model.account
Class OptionInstrument
java.lang.Object
com.studerw.tda.model.account.Instrument
com.studerw.tda.model.account.OptionInstrument
- All Implemented Interfaces:
Serializable
Option Instrument
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
Nested classes/interfaces inherited from class com.studerw.tda.model.account.Instrument
Instrument.AssetType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setOptionDeliverables
(List<OptionDeliverable> optionDeliverables) void
setOptionMultiplier
(Long optionMultiplier) void
setOtherFields
(Map<String, Object> otherFields) void
setPutCall
(OptionInstrument.PutCall putCall) void
setType
(OptionInstrument.Type type) void
setUnderlyingSymbol
(String underlyingSymbol) toString()
Methods inherited from class com.studerw.tda.model.account.Instrument
getAssetType, getCusip, getDescription, getSymbol, setAssetType, setCusip, setDescription, setSymbol
-
Constructor Details
-
OptionInstrument
public OptionInstrument()
-
-
Method Details
-
getType
-
getPutCall
-
getUnderlyingSymbol
-
getOptionMultiplier
-
getOptionDeliverables
-
getOtherFields
- Overrides:
getOtherFields
in classInstrument
-
setType
-
setPutCall
-
setUnderlyingSymbol
-
setOptionMultiplier
-
setOptionDeliverables
-
setOtherFields
-
toString
- Overrides:
toString
in classInstrument
-