Class: OfxParser::Stock_Position
- Inherits:
-
Object
- Object
- OfxParser::Stock_Position
- Defined in:
- lib/ofx.rb
Instance Attribute Summary collapse
-
#heldinacct ⇒ Object
Returns the value of attribute heldinacct.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#pricedate ⇒ Object
Returns the value of attribute pricedate.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uniqueid ⇒ Object
Returns the value of attribute uniqueid.
-
#uniqueid_type ⇒ Object
Returns the value of attribute uniqueid_type.
-
#unitprice ⇒ Object
Returns the value of attribute unitprice.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Attribute Details
#heldinacct ⇒ Object
Returns the value of attribute heldinacct.
153 154 155 |
# File 'lib/ofx.rb', line 153 def heldinacct @heldinacct end |
#memo ⇒ Object
Returns the value of attribute memo.
153 154 155 |
# File 'lib/ofx.rb', line 153 def memo @memo end |
#pricedate ⇒ Object
Returns the value of attribute pricedate.
153 154 155 |
# File 'lib/ofx.rb', line 153 def pricedate @pricedate end |
#type ⇒ Object
Returns the value of attribute type.
153 154 155 |
# File 'lib/ofx.rb', line 153 def type @type end |
#uniqueid ⇒ Object
Returns the value of attribute uniqueid.
153 154 155 |
# File 'lib/ofx.rb', line 153 def uniqueid @uniqueid end |
#uniqueid_type ⇒ Object
Returns the value of attribute uniqueid_type.
153 154 155 |
# File 'lib/ofx.rb', line 153 def uniqueid_type @uniqueid_type end |
#unitprice ⇒ Object
Returns the value of attribute unitprice.
153 154 155 |
# File 'lib/ofx.rb', line 153 def unitprice @unitprice end |
#units ⇒ Object
Returns the value of attribute units.
153 154 155 |
# File 'lib/ofx.rb', line 153 def units @units end |