Class: Quickfix::UnderlyingReturnRateValuationStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateOffsetPeriod

Returns a new instance of 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