Class: Quickfix::PaymentStreamInterpolationMethod

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

Returns a new instance of PaymentStreamInterpolationMethod.



68503
68504
68505
68506
68507
68508
68509
# File 'lib/quickfix_fields.rb', line 68503

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

Class Method Details

.fieldObject



68500
68501
68502
# File 'lib/quickfix_fields.rb', line 68500

def PaymentStreamInterpolationMethod.field
  return 42603
end