Class: IB::IncomingMessages::ReceiveFa
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::IncomingMessages::ReceiveFa
- Defined in:
- lib/ib-ruby/messages.rb
Overview
“Fa”?
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
1325 1326 1327 |
# File 'lib/ib-ruby/messages.rb', line 1325 def self. 16 end |
Instance Method Details
#load ⇒ Object
1329 1330 1331 |
# File 'lib/ib-ruby/messages.rb', line 1329 def load autoload([:version, :int], [:fa_data_type, :int], [:xml, :string]) end |