Class: Quickfix::PaymentStreamInterpolationMethod

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

Instance Method Summary collapse

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