Class: Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo

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

Returns a new instance of UnderlyingReturnRateValuationStartDateRelativeTo.



74132
74133
74134
74135
74136
74137
74138
# File 'lib/quickfix_fields.rb', line 74132

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

Class Method Details

.fieldObject



74129
74130
74131
# File 'lib/quickfix_fields.rb', line 74129

def UnderlyingReturnRateValuationStartDateRelativeTo.field
  return 43015
end