Class: Quickfix::UnderlyingReturnRateValuationEndDateOffsetPeriod

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

Returns a new instance of UnderlyingReturnRateValuationEndDateOffsetPeriod.



74223
74224
74225
74226
74227
74228
74229
# File 'lib/quickfix_fields.rb', line 74223

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

Class Method Details

.fieldObject



74220
74221
74222
# File 'lib/quickfix_fields.rb', line 74220

def UnderlyingReturnRateValuationEndDateOffsetPeriod.field
  return 43022
end