Class: OfxParser::InvestmentAccount

Inherits:
Account
  • Object
show all
Defined in:
lib/ofx.rb

Instance Attribute Summary collapse

Attributes inherited from Account

#number, #statement, #transaction_uid

Instance Attribute Details

#broker_idObject

Returns the value of attribute broker_id.



96
97
98
# File 'lib/ofx.rb', line 96

def broker_id
  @broker_id
end

#cash_balanceObject

Returns the value of attribute cash_balance.



96
97
98
# File 'lib/ofx.rb', line 96

def cash_balance
  @cash_balance
end

#margin_balanceObject

Returns the value of attribute margin_balance.



96
97
98
# File 'lib/ofx.rb', line 96

def margin_balance
  @margin_balance
end

#positionsObject

Returns the value of attribute positions.



96
97
98
# File 'lib/ofx.rb', line 96

def positions
  @positions
end

#short_balanceObject

Returns the value of attribute short_balance.



96
97
98
# File 'lib/ofx.rb', line 96

def short_balance
  @short_balance
end