Class: Quickfix::NoUnderlyingExtraordinaryEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingExtraordinaryEvents



72208
72209
72210
72211
72212
72213
72214
# File 'lib/quickfix_fields.rb', line 72208

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