Class: Quickfix::UnderlyingPaymentStubIndexCurvePeriod

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



36601
36602
36603
36604
36605
36606
36607
# File 'lib/quickfix_fields.rb', line 36601

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

Class Method Details

.fieldObject



36598
36599
36600
# File 'lib/quickfix_fields.rb', line 36598

def UnderlyingPaymentStubIndexCurvePeriod.field
  return 40716
end