Class: Quickfix::UnderlyingPaymentScheduleFixingDayDistribution

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayDistribution

Returns a new instance of UnderlyingPaymentScheduleFixingDayDistribution.



54866
54867
54868
54869
54870
54871
54872
# File 'lib/quickfix_fields.rb', line 54866

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