Class: IB::OutgoingMessages::CancelMarketDepth
- Inherits:
-
AbstractMessage
- Object
- ExtremelyAbstractMessage
- AbstractMessage
- IB::OutgoingMessages::CancelMarketDepth
- Defined in:
- lib/ib-ruby/messages.rb
Overview
data = { :ticker_id => int }
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
389 390 391 |
# File 'lib/ib-ruby/messages.rb', line 389 def self. 11 end |
Instance Method Details
#queue(server) ⇒ Object
392 393 394 395 396 397 398 399 |
# File 'lib/ib-ruby/messages.rb', line 392 def queue(server) requireVersion(self, 6) [ self.class., 1, # version @data[:ticker_id] ] end |