Class: Quickfix::UnderlyingReturnRateQuoteDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate



74574
74575
74576
74577
74578
74579
74580
# File 'lib/quickfix_fields.rb', line 74574

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