Class: Quickfix::UnderlyingPaymentStreamCompoundingPeriodSkip

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingPeriodSkip



72754
72755
72756
72757
72758
72759
72760
# File 'lib/quickfix_fields.rb', line 72754

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