Class: Quickfix::UnderlyingReturnRateValuationStartDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateAdjusted



74184
74185
74186
74187
74188
74189
74190
# File 'lib/quickfix_fields.rb', line 74184

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