Class: Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted

Returns a new instance of UnderlyingReturnRateValuationStartDateUnadjusted.



74119
74120
74121
74122
74123
74124
74125
# File 'lib/quickfix_fields.rb', line 74119

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

Class Method Details

.fieldObject



74116
74117
74118
# File 'lib/quickfix_fields.rb', line 74116

def UnderlyingReturnRateValuationStartDateUnadjusted.field
  return 43014
end