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 enumstatic enumNested classes/interfaces inherited from class com.studerw.tda.model.account.Instrument
Instrument.AssetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetOptionDeliverables(List<OptionDeliverable> optionDeliverables) voidsetOptionMultiplier(Long optionMultiplier) voidsetOtherFields(Map<String, Object> otherFields) voidsetPutCall(OptionInstrument.PutCall putCall) voidsetType(OptionInstrument.Type type) voidsetUnderlyingSymbol(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:
getOtherFieldsin classInstrument
-
setType
-
setPutCall
-
setUnderlyingSymbol
-
setOptionMultiplier
-
setOptionDeliverables
-
setOtherFields
-
toString
- Overrides:
toStringin classInstrument
-