Class: IB::IncomingMessages::ScannerParameters

Inherits:
AbstractMessage show all
Defined in:
lib/ib-ruby/messages.rb

Overview

BondContractData

Instance Attribute Summary

Attributes inherited from AbstractMessage

#data

Attributes inherited from ExtremelyAbstractMessage

#created_at

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from AbstractMessage

inherited, #initialize

Methods inherited from ExtremelyAbstractMessage

#to_human

Constructor Details

This class inherits a constructor from IB::IncomingMessages::AbstractMessage

Class Method Details

.message_idObject



1401
1402
1403
# File 'lib/ib-ruby/messages.rb', line 1401

def self.message_id
  19
end

Instance Method Details

#loadObject



1405
1406
1407
# File 'lib/ib-ruby/messages.rb', line 1405

def load
  autoload([:version, :int], [:xml, :string])
end