Class: Quickfix::UnderlyingPaymentStreamRateIndexCurvePeriod

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

Returns a new instance of UnderlyingPaymentStreamRateIndexCurvePeriod.



35392
35393
35394
35395
35396
35397
35398
# File 'lib/quickfix_fields.rb', line 35392

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

Class Method Details

.fieldObject



35389
35390
35391
# File 'lib/quickfix_fields.rb', line 35389

def UnderlyingPaymentStreamRateIndexCurvePeriod.field
  return 40623
end