Class: Quickfix::PaymentStreamAveragingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamAveragingMethod

Returns a new instance of PaymentStreamAveragingMethod.



37771
37772
37773
37774
37775
37776
37777
# File 'lib/quickfix_fields.rb', line 37771

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