Class: Quickfix::UnderlyingReturnRateValuationEndDateAdjusted

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

Returns a new instance of UnderlyingReturnRateValuationEndDateAdjusted.



74262
74263
74264
74265
74266
74267
74268
# File 'lib/quickfix_fields.rb', line 74262

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

Class Method Details

.fieldObject



74259
74260
74261
# File 'lib/quickfix_fields.rb', line 74259

def UnderlyingReturnRateValuationEndDateAdjusted.field
  return 43025
end