Class: IB::IncomingMessages::AccountUpdateTime

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

Overview

PortfolioValue

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



1184
1185
1186
# File 'lib/ib-ruby/messages.rb', line 1184

def self.message_id
  8
end

Instance Method Details

#loadObject



1188
1189
1190
# File 'lib/ib-ruby/messages.rb', line 1188

def load
  autoload([:version, :int], [:time_stamp, :string])
end