Class: Quickfix::EncodedRejectTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedRejectTextLen

Returns a new instance of EncodedRejectTextLen.



21300
21301
21302
21303
21304
21305
21306
# File 'lib/quickfix_fields.rb', line 21300

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