Class: Quickfix::UnderlyingReturnRateValuationFrequencyPeriod

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

Returns a new instance of UnderlyingReturnRateValuationFrequencyPeriod.



74275
74276
74277
74278
74279
74280
74281
# File 'lib/quickfix_fields.rb', line 74275

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

Class Method Details

.fieldObject



74272
74273
74274
# File 'lib/quickfix_fields.rb', line 74272

def UnderlyingReturnRateValuationFrequencyPeriod.field
  return 43026
end