Class: IB::OutgoingMessages::CancelNewsBulletins

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

Overview

RequestNewsBulletins

Instance Attribute Summary

Attributes inherited from ExtremelyAbstractMessage

#created_at

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from AbstractMessage

#initialize, #send

Methods inherited from ExtremelyAbstractMessage

#to_human

Constructor Details

This class inherits a constructor from IB::OutgoingMessages::AbstractMessage

Class Method Details

.message_idObject



418
419
420
# File 'lib/ib-ruby/messages.rb', line 418

def self.message_id
  13
end

Instance Method Details

#queue(server) ⇒ Object



422
423
424
425
426
# File 'lib/ib-ruby/messages.rb', line 422

def queue(server)
  [ self.class.message_id,
    1 # version
  ]
end