Class: Quickfix::UnderlyingExtraordinaryEventValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryEventValue



72234
72235
72236
72237
72238
72239
72240
# File 'lib/quickfix_fields.rb', line 72234

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