Class: Quickfix::MatchExceptionType

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

Instance Method Summary collapse

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