Class: OfxParser::Stock_Position

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

Instance Attribute Summary collapse

Instance Attribute Details

#heldinacctObject

Returns the value of attribute heldinacct.



153
154
155
# File 'lib/ofx.rb', line 153

def heldinacct
  @heldinacct
end

#memoObject

Returns the value of attribute memo.



153
154
155
# File 'lib/ofx.rb', line 153

def memo
  @memo
end

#pricedateObject

Returns the value of attribute pricedate.



153
154
155
# File 'lib/ofx.rb', line 153

def pricedate
  @pricedate
end

#typeObject

Returns the value of attribute type.



153
154
155
# File 'lib/ofx.rb', line 153

def type
  @type
end

#uniqueidObject

Returns the value of attribute uniqueid.



153
154
155
# File 'lib/ofx.rb', line 153

def uniqueid
  @uniqueid
end

#uniqueid_typeObject

Returns the value of attribute uniqueid_type.



153
154
155
# File 'lib/ofx.rb', line 153

def uniqueid_type
  @uniqueid_type
end

#unitpriceObject

Returns the value of attribute unitprice.



153
154
155
# File 'lib/ofx.rb', line 153

def unitprice
  @unitprice
end

#unitsObject

Returns the value of attribute units.



153
154
155
# File 'lib/ofx.rb', line 153

def units
  @units
end