Class: SchwabRb::Orders::OptionInstrument

Inherits:
BaseInstrument show all
Defined in:
lib/schwab_rb/orders/instruments.rb

Instance Attribute Summary

Attributes inherited from BaseInstrument

#asset_type, #symbol

Instance Method Summary collapse

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