Class: Quickfix::LegAdditionalTermBondCouponRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAdditionalTermBondCouponRate

Returns a new instance of LegAdditionalTermBondCouponRate.



46494
46495
46496
46497
46498
46499
46500
# File 'lib/quickfix_fields.rb', line 46494

def initialize(data = nil)
	if( data == nil )
		super(41328)
	else
		super(41328, data)
	end
end