Class: IB::IncomingMessages::NewsBulletins

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

Instance Attribute Summary

Attributes inherited from AbstractMessage

#data

Attributes inherited from ExtremelyAbstractMessage

#created_at

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from AbstractMessage

inherited, #initialize

Methods inherited from ExtremelyAbstractMessage

#to_human

Constructor Details

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

Class Method Details

.message_idObject



1304
1305
1306
# File 'lib/ib-ruby/messages.rb', line 1304

def self.message_id
  14
end

Instance Method Details

#loadObject



1308
1309
1310
# File 'lib/ib-ruby/messages.rb', line 1308

def load
  autoload([:version, :int], [:news_message_id, :int], [:news_message_type, :int], [:news_message, :string], [:originating_exchange, :string])
end