Class: Quickfix::ReturnRateValuationEndDateUnadjusted

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

Returns a new instance of ReturnRateValuationEndDateUnadjusted.



70050
70051
70052
70053
70054
70055
70056
# File 'lib/quickfix_fields.rb', line 70050

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

Class Method Details

.fieldObject



70047
70048
70049
# File 'lib/quickfix_fields.rb', line 70047

def ReturnRateValuationEndDateUnadjusted.field
  return 42721
end