Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn

Returns a new instance of UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn.



36250
36251
36252
36253
36254
36255
36256
# File 'lib/quickfix_fields.rb', line 36250

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