Class: Quickfix::ReturnRateValuationEndDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



70060
70061
70062
# File 'lib/quickfix_fields.rb', line 70060

def ReturnRateValuationEndDateRelativeTo.field
  return 42722
end