Class: Quickfix::PaymentStreamCompoundingAveragingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingAveragingMethod

Returns a new instance of PaymentStreamCompoundingAveragingMethod.



69036
69037
69038
69039
69040
69041
69042
# File 'lib/quickfix_fields.rb', line 69036

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