Class: Quickfix::UnderlyingPaymentStreamCompoundingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod

Returns a new instance of UnderlyingPaymentStreamCompoundingMethod.



34794
34795
34796
34797
34798
34799
34800
# File 'lib/quickfix_fields.rb', line 34794

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