Class: Quickfix::LegPaymentStreamCompoundingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod

Returns a new instance of LegPaymentStreamCompoundingMethod.



31037
31038
31039
31040
31041
31042
31043
# File 'lib/quickfix_fields.rb', line 31037

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