Class: Quickfix::UnderlyingPaymentStubIndex2CurvePeriod

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

Instance Method Summary collapse

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