Class: IB::OutgoingMessages::ReplaceFA
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::OutgoingMessages::ReplaceFA
- Defined in:
- lib/ib-ruby/messages.rb
Overview
No idea what this is. data = { :fa_data_type => int, :xml => string }
Instance Attribute Summary
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::OutgoingMessages::AbstractMessage
Class Method Details
.message_id ⇒ Object
502 503 504 |
# File 'lib/ib-ruby/messages.rb', line 502 def self. 19 end |
Instance Method Details
#queue(server) ⇒ Object
506 507 508 509 510 511 512 513 514 |
# File 'lib/ib-ruby/messages.rb', line 506 def queue(server) requireVersion(server, 13) [ self.class., 1, # version @data[:fa_data_type], @data[:xml] ] end |