Class: Quickfix::EncodedMatchExceptionText

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedMatchExceptionText

Returns a new instance of EncodedMatchExceptionText.



76888
76889
76890
76891
76892
76893
76894
# File 'lib/quickfix_fields.rb', line 76888

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