Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessDayConvention



34846
34847
34848
34849
34850
34851
34852
# File 'lib/quickfix_fields.rb', line 34846

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