Class: OfxParser::InvestmentAccount

Inherits:
Account
  • Object
show all
Extended by:
MonetaryClassSupport
Includes:
MonetarySupport
Defined in:
lib/ofx.rb

Instance Attribute Summary collapse

Attributes included from MonetaryClassSupport

#monies

Attributes inherited from Account

#number, #routing_number, #statement, #transaction_uid

Method Summary

Methods included from MonetaryClassSupport

monetary_vars

Methods included from MonetarySupport

#method_missing, #monetary_method_call?, #original_method, #pennies_for, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OfxParser::MonetarySupport

Instance Attribute Details

#broker_idObject

Returns the value of attribute broker_id.



99
100
101
# File 'lib/ofx.rb', line 99

def broker_id
  @broker_id
end

#cash_balanceObject

Returns the value of attribute cash_balance.



99
100
101
# File 'lib/ofx.rb', line 99

def cash_balance
  @cash_balance
end

#margin_balanceObject

Returns the value of attribute margin_balance.



99
100
101
# File 'lib/ofx.rb', line 99

def margin_balance
  @margin_balance
end

#positionsObject

Returns the value of attribute positions.



99
100
101
# File 'lib/ofx.rb', line 99

def positions
  @positions
end

#short_balanceObject

Returns the value of attribute short_balance.



99
100
101
# File 'lib/ofx.rb', line 99

def short_balance
  @short_balance
end