Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.



72689
72690
72691
72692
72693
72694
72695
# File 'lib/quickfix_fields.rb', line 72689

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