Class: Quickfix::PaymentStreamInflationInterpolationMethod

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) ⇒ PaymentStreamInflationInterpolationMethod

Returns a new instance of PaymentStreamInflationInterpolationMethod.



37836
37837
37838
37839
37840
37841
37842
# File 'lib/quickfix_fields.rb', line 37836

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

Class Method Details

.fieldObject



37833
37834
37835
# File 'lib/quickfix_fields.rb', line 37833

def PaymentStreamInflationInterpolationMethod.field
	return 40811
end