Class: Quickfix::UnderlyingPaymentStreamRateIndex2CurvePeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2CurvePeriod

Returns a new instance of UnderlyingPaymentStreamRateIndex2CurvePeriod.



55139
55140
55141
55142
55143
55144
55145
# File 'lib/quickfix_fields.rb', line 55139

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

Class Method Details

.fieldObject



55136
55137
55138
# File 'lib/quickfix_fields.rb', line 55136

def UnderlyingPaymentStreamRateIndex2CurvePeriod.field
  return 41912
end