Class: Quickfix::UnderlyingPaymentStreamRateIndex2CurveUnit

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

Returns a new instance of UnderlyingPaymentStreamRateIndex2CurveUnit.



55126
55127
55128
55129
55130
55131
55132
# File 'lib/quickfix_fields.rb', line 55126

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

Class Method Details

.fieldObject



55123
55124
55125
# File 'lib/quickfix_fields.rb', line 55123

def UnderlyingPaymentStreamRateIndex2CurveUnit.field
  return 41911
end