Class: Quickfix::PaymentStreamCompoundingRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingRateTreatment

Returns a new instance of PaymentStreamCompoundingRateTreatment.



68906
68907
68908
68909
68910
68911
68912
# File 'lib/quickfix_fields.rb', line 68906

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