Class: Quickfix::ReturnRateValuationEndDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationEndDateRelativeTo

Returns a new instance of ReturnRateValuationEndDateRelativeTo.



70063
70064
70065
70066
70067
70068
70069
# File 'lib/quickfix_fields.rb', line 70063

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