Class: Quickfix::NoMatchExceptions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMatchExceptions

Returns a new instance of NoMatchExceptions.



76693
76694
76695
76696
76697
76698
76699
# File 'lib/quickfix_fields.rb', line 76693

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