Class: Quickfix::LegPaymentStreamInflationInterpolationMethod

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

Returns a new instance of LegPaymentStreamInflationInterpolationMethod.



31882
31883
31884
31885
31886
31887
31888
# File 'lib/quickfix_fields.rb', line 31882

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

Class Method Details

.fieldObject



31879
31880
31881
# File 'lib/quickfix_fields.rb', line 31879

def LegPaymentStreamInflationInterpolationMethod.field
  return 40353
end