Class: OfxParser::InvestmentAccount
Instance Attribute Summary collapse
-
#availcash ⇒ Object
Returns the value of attribute availcash.
-
#balances ⇒ Object
Returns the value of attribute balances.
-
#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 inherited from Account
#number, #statement, #transaction_uid
Instance Attribute Details
#availcash ⇒ Object
Returns the value of attribute availcash.
96 97 98 |
# File 'lib/ofx.rb', line 96 def availcash @availcash end |
#balances ⇒ Object
Returns the value of attribute balances.
96 97 98 |
# File 'lib/ofx.rb', line 96 def balances @balances end |
#broker_id ⇒ Object
Returns the value of attribute broker_id.
96 97 98 |
# File 'lib/ofx.rb', line 96 def broker_id @broker_id end |
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
96 97 98 |
# File 'lib/ofx.rb', line 96 def cash_balance @cash_balance end |
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
96 97 98 |
# File 'lib/ofx.rb', line 96 def margin_balance @margin_balance end |
#positions ⇒ Object
Returns the value of attribute positions.
96 97 98 |
# File 'lib/ofx.rb', line 96 def positions @positions end |
#short_balance ⇒ Object
Returns the value of attribute short_balance.
96 97 98 |
# File 'lib/ofx.rb', line 96 def short_balance @short_balance end |