Class: Quickfix::UnderlyingPaymentStubIndex2CurveUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit

Returns a new instance of UnderlyingPaymentStubIndex2CurveUnit.



36796
36797
36798
36799
36800
36801
36802
# File 'lib/quickfix_fields.rb', line 36796

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

Class Method Details

.fieldObject



36793
36794
36795
# File 'lib/quickfix_fields.rb', line 36793

def UnderlyingPaymentStubIndex2CurveUnit.field
  return 40731
end