Class: Quickfix::UnderlyingPaymentStreamInterpolationMethod

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

Returns a new instance of UnderlyingPaymentStreamInterpolationMethod.



72611
72612
72613
72614
72615
72616
72617
# File 'lib/quickfix_fields.rb', line 72611

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

Class Method Details

.fieldObject



72608
72609
72610
# File 'lib/quickfix_fields.rb', line 72608

def UnderlyingPaymentStreamInterpolationMethod.field
  return 42898
end