Class: Quickfix::PaymentStreamInterpolationPeriod

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

Class Method Details

.fieldObject



68513
68514
68515
# File 'lib/quickfix_fields.rb', line 68513

def PaymentStreamInterpolationPeriod.field
  return 42604
end