Class: Quickfix::PaymentStreamInterpolationPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamInterpolationPeriod

Returns a new instance of PaymentStreamInterpolationPeriod.



68516
68517
68518
68519
68520
68521
68522
# File 'lib/quickfix_fields.rb', line 68516

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