Class: IB::IncomingMessages::ScannerParameters
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::IncomingMessages::ScannerParameters
- Defined in:
- lib/ib-ruby/messages.rb
Overview
BondContractData
Instance Attribute Summary
Attributes inherited from AbstractMessage
Attributes inherited from ExtremelyAbstractMessage
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from AbstractMessage
Methods inherited from ExtremelyAbstractMessage
Constructor Details
This class inherits a constructor from IB::IncomingMessages::AbstractMessage
Class Method Details
.message_id ⇒ Object
1401 1402 1403 |
# File 'lib/ib-ruby/messages.rb', line 1401 def self. 19 end |
Instance Method Details
#load ⇒ Object
1405 1406 1407 |
# File 'lib/ib-ruby/messages.rb', line 1405 def load autoload([:version, :int], [:xml, :string]) end |