Class: Quickfix::UnderlyingPaymentStreamInterpolationMethod

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

Instance Method Summary collapse

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