Class: Quickfix::PaymentStreamInflationInterpolationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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