Class: Quickfix::UnderlyingReturnRateValuationStartDateOffsetPeriod

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



74145
74146
74147
74148
74149
74150
74151
# File 'lib/quickfix_fields.rb', line 74145

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

Class Method Details

.fieldObject



74142
74143
74144
# File 'lib/quickfix_fields.rb', line 74142

def UnderlyingReturnRateValuationStartDateOffsetPeriod.field
  return 43016
end