Class: Quickfix::PaymentStreamRateIndexCurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndexCurveUnit

Returns a new instance of PaymentStreamRateIndexCurveUnit.



37576
37577
37578
37579
37580
37581
37582
# File 'lib/quickfix_fields.rb', line 37576

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