Class: Quickfix::LegPaymentStreamInterpolationMethod

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

Returns a new instance of LegPaymentStreamInterpolationMethod.



65929
65930
65931
65932
65933
65934
65935
# File 'lib/quickfix_fields.rb', line 65929

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

Class Method Details

.fieldObject



65926
65927
65928
# File 'lib/quickfix_fields.rb', line 65926

def LegPaymentStreamInterpolationMethod.field
  return 42402
end