Class: OfxParser::InvestmentAccount
Instance Attribute Summary collapse
-
#broker_id ⇒ Object
Returns the value of attribute broker_id.
-
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
-
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
-
#positions ⇒ Object
Returns the value of attribute positions.
-
#short_balance ⇒ Object
Returns the value of attribute short_balance.
Attributes included from MonetaryClassSupport
Attributes inherited from Account
#number, #routing_number, #statement, #transaction_uid
Method Summary
Methods included from MonetaryClassSupport
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_id ⇒ Object
Returns the value of attribute broker_id.
99 100 101 |
# File 'lib/ofx.rb', line 99 def broker_id @broker_id end |
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
99 100 101 |
# File 'lib/ofx.rb', line 99 def cash_balance @cash_balance end |
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
99 100 101 |
# File 'lib/ofx.rb', line 99 def margin_balance @margin_balance end |
#positions ⇒ Object
Returns the value of attribute positions.
99 100 101 |
# File 'lib/ofx.rb', line 99 def positions @positions end |
#short_balance ⇒ Object
Returns the value of attribute short_balance.
99 100 101 |
# File 'lib/ofx.rb', line 99 def short_balance @short_balance end |