Class: Quickfix::ReturnRateValuationEndDateUnadjusted

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

Instance Method Summary collapse

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