Class: IB::IncomingMessages::ReceiveFa

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

Overview

“Fa”?

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



1325
1326
1327
# File 'lib/ib-ruby/messages.rb', line 1325

def self.message_id
  16
end

Instance Method Details

#loadObject



1329
1330
1331
# File 'lib/ib-ruby/messages.rb', line 1329

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