Class: Quickfix::ReturnRateValuationStartDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationStartDateAdjusted

Returns a new instance of ReturnRateValuationStartDateAdjusted.



70037
70038
70039
70040
70041
70042
70043
# File 'lib/quickfix_fields.rb', line 70037

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