Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDates

Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.



72650
72651
72652
72653
72654
72655
72656
# File 'lib/quickfix_fields.rb', line 72650

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