Class: Quickfix::ReturnRateValuationStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationStartDateRelativeTo

Returns a new instance of ReturnRateValuationStartDateRelativeTo.



69985
69986
69987
69988
69989
69990
69991
# File 'lib/quickfix_fields.rb', line 69985

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