Class: Quickfix::UnderlyingPaymentStreamFRADiscounting

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFRADiscounting

Returns a new instance of UnderlyingPaymentStreamFRADiscounting.



35704
35705
35706
35707
35708
35709
35710
# File 'lib/quickfix_fields.rb', line 35704

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