Class: Quickfix::ReturnRateValuationStartDateRelativeTo

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) ⇒ 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

Class Method Details

.fieldObject



69982
69983
69984
# File 'lib/quickfix_fields.rb', line 69982

def ReturnRateValuationStartDateRelativeTo.field
  return 42716
end