Class: Quickfix::LegPaymentStreamCompoundingRateIndexCurveUnit

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

Returns a new instance of LegPaymentStreamCompoundingRateIndexCurveUnit.



66280
66281
66282
66283
66284
66285
66286
# File 'lib/quickfix_fields.rb', line 66280

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

Class Method Details

.fieldObject



66277
66278
66279
# File 'lib/quickfix_fields.rb', line 66277

def LegPaymentStreamCompoundingRateIndexCurveUnit.field
  return 42429
end