Class: Quickfix::PaymentStreamAveragingMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



37768
37769
37770
# File 'lib/quickfix_fields.rb', line 37768

def PaymentStreamAveragingMethod.field
	return 40806
end