Class: IB::IncomingMessages::NextValidID
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::IncomingMessages::NextValidID
- Defined in:
- lib/ib-ruby/messages.rb
Overview
This message is always sent by TWS automatically at connect. The IB class subscribes to it automatically and stores the order id in its :next_order_id attribute.
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
1200 1201 1202 |
# File 'lib/ib-ruby/messages.rb', line 1200 def self. 9 end |
Instance Method Details
#load ⇒ Object
1204 1205 1206 |
# File 'lib/ib-ruby/messages.rb', line 1204 def load autoload([:version, :int], [:order_id, :int]) end |