Class: Quickfix::MatchExceptionType

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) ⇒ MatchExceptionType

Returns a new instance of MatchExceptionType.



76706
76707
76708
76709
76710
76711
76712
# File 'lib/quickfix_fields.rb', line 76706

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

Class Method Details

.fieldObject



76703
76704
76705
# File 'lib/quickfix_fields.rb', line 76703

def MatchExceptionType.field
	return 2773
end