Class: Quickfix::UnderlyingPaymentStubIndex2CurvePeriod

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

Returns a new instance of UnderlyingPaymentStubIndex2CurvePeriod.



36783
36784
36785
36786
36787
36788
36789
# File 'lib/quickfix_fields.rb', line 36783

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

Class Method Details

.fieldObject



36780
36781
36782
# File 'lib/quickfix_fields.rb', line 36780

def UnderlyingPaymentStubIndex2CurvePeriod.field
  return 40730
end