Class: OfxParser::Stock_Transaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#commissionObject

Returns the value of attribute commission.



161
162
163
# File 'lib/ofx.rb', line 161

def commission
  @commission
end

#settledateObject

Returns the value of attribute settledate.



161
162
163
# File 'lib/ofx.rb', line 161

def settledate
  @settledate
end

#subacctfundObject

Returns the value of attribute subacctfund.



161
162
163
# File 'lib/ofx.rb', line 161

def subacctfund
  @subacctfund
end

#subacctsecObject

Returns the value of attribute subacctsec.



161
162
163
# File 'lib/ofx.rb', line 161

def subacctsec
  @subacctsec
end

#totalObject

Returns the value of attribute total.



161
162
163
# File 'lib/ofx.rb', line 161

def total
  @total
end

#tradedateObject

Returns the value of attribute tradedate.



161
162
163
# File 'lib/ofx.rb', line 161

def tradedate
  @tradedate
end

#transidObject

Returns the value of attribute transid.



161
162
163
# File 'lib/ofx.rb', line 161

def transid
  @transid
end

#typeObject

Returns the value of attribute type.



161
162
163
# File 'lib/ofx.rb', line 161

def type
  @type
end

#uniqueidObject

Returns the value of attribute uniqueid.



161
162
163
# File 'lib/ofx.rb', line 161

def uniqueid
  @uniqueid
end

#uniqueid_typeObject

Returns the value of attribute uniqueid_type.



161
162
163
# File 'lib/ofx.rb', line 161

def uniqueid_type
  @uniqueid_type
end

#unitpriceObject

Returns the value of attribute unitprice.



161
162
163
# File 'lib/ofx.rb', line 161

def unitprice
  @unitprice
end

#unitsObject

Returns the value of attribute units.



161
162
163
# File 'lib/ofx.rb', line 161

def units
  @units
end