Class: SchwabRb::Orders::OptionInstrument
- Inherits:
-
BaseInstrument
- Object
- BaseInstrument
- SchwabRb::Orders::OptionInstrument
- Defined in:
- lib/schwab_rb/orders/instruments.rb
Instance Attribute Summary
Attributes inherited from BaseInstrument
Instance Method Summary collapse
-
#initialize(symbol) ⇒ OptionInstrument
constructor
A new instance of OptionInstrument.
Constructor Details
#initialize(symbol) ⇒ OptionInstrument
Returns a new instance of OptionInstrument.
32 33 34 |
# File 'lib/schwab_rb/orders/instruments.rb', line 32 def initialize(symbol) super("OPTION", symbol) end |