Class: Quickfix::NoMatchExceptions

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



76690
76691
76692
# File 'lib/quickfix_fields.rb', line 76690

def NoMatchExceptions.field
	return 2772
end