Class: IB::IncomingMessages::NewsBulletins
Instance Attribute Summary
#data
#created_at
Class Method Summary
collapse
Instance Method Summary
collapse
inherited, #initialize
#to_human
Class Method Details
.message_id ⇒ Object
1304
1305
1306
|
# File 'lib/ib-ruby/messages.rb', line 1304
def self.message_id
14
end
|
Instance Method Details
#load ⇒ Object
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
|