Class: OfxParser::InvestmentAccount
- Defined in:
- lib/ofx_parser/ofx.rb
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 inherited from Account
#number, #routing_number, #statement, #transaction_uid
Instance Attribute Details
#broker_id ⇒ Object
Returns the value of attribute broker_id.
47 48 49 |
# File 'lib/ofx_parser/ofx.rb', line 47 def broker_id @broker_id end |
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
47 48 49 |
# File 'lib/ofx_parser/ofx.rb', line 47 def cash_balance @cash_balance end |
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
47 48 49 |
# File 'lib/ofx_parser/ofx.rb', line 47 def margin_balance @margin_balance end |
#positions ⇒ Object
Returns the value of attribute positions.
47 48 49 |
# File 'lib/ofx_parser/ofx.rb', line 47 def positions @positions end |
#short_balance ⇒ Object
Returns the value of attribute short_balance.
47 48 49 |
# File 'lib/ofx_parser/ofx.rb', line 47 def short_balance @short_balance end |