Class: Quickfix::UnderlyingReturnRateValuationEndDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateRelativeTo

Returns a new instance of UnderlyingReturnRateValuationEndDateRelativeTo.



74210
74211
74212
74213
74214
74215
74216
# File 'lib/quickfix_fields.rb', line 74210

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