Class: Quickfix::UnderlyingPaymentScheduleFixingDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayCount

Returns a new instance of UnderlyingPaymentScheduleFixingDayCount.



54879
54880
54881
54882
54883
54884
54885
# File 'lib/quickfix_fields.rb', line 54879

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