Class: Quickfix::UnderlyingPaymentStreamInflationInterpolationMethod

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

Returns a new instance of UnderlyingPaymentStreamInflationInterpolationMethod.



35639
35640
35641
35642
35643
35644
35645
# File 'lib/quickfix_fields.rb', line 35639

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

Class Method Details

.fieldObject



35636
35637
35638
# File 'lib/quickfix_fields.rb', line 35636

def UnderlyingPaymentStreamInflationInterpolationMethod.field
  return 40642
end