Class: Quickfix::UnderlyingPaymentStreamInterpolationPeriod

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

Returns a new instance of UnderlyingPaymentStreamInterpolationPeriod.



72624
72625
72626
72627
72628
72629
72630
# File 'lib/quickfix_fields.rb', line 72624

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

Class Method Details

.fieldObject



72621
72622
72623
# File 'lib/quickfix_fields.rb', line 72621

def UnderlyingPaymentStreamInterpolationPeriod.field
  return 42899
end