Class: Quickfix::UnderlyingReturnRateValuationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateRelativeTo

Returns a new instance of UnderlyingReturnRateValuationDateRelativeTo.



74067
74068
74069
74070
74071
74072
74073
# File 'lib/quickfix_fields.rb', line 74067

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