Class: Quickfix::UnderlyingPaymentStubIndexCurveUnit

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

Returns a new instance of UnderlyingPaymentStubIndexCurveUnit.



36614
36615
36616
36617
36618
36619
36620
# File 'lib/quickfix_fields.rb', line 36614

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

Class Method Details

.fieldObject



36611
36612
36613
# File 'lib/quickfix_fields.rb', line 36611

def UnderlyingPaymentStubIndexCurveUnit.field
  return 40717
end