Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurveUnit

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

Returns a new instance of UnderlyingPaymentStreamCompoundingRateIndexCurveUnit.



72962
72963
72964
72965
72966
72967
72968
# File 'lib/quickfix_fields.rb', line 72962

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

Class Method Details

.fieldObject



72959
72960
72961
# File 'lib/quickfix_fields.rb', line 72959

def UnderlyingPaymentStreamCompoundingRateIndexCurveUnit.field
  return 42925
end