Class: Quickfix::EncodedWarningTextLen

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

Returns a new instance of EncodedWarningTextLen.



61782
61783
61784
61785
61786
61787
61788
# File 'lib/quickfix_fields.rb', line 61782

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

Class Method Details

.fieldObject



61779
61780
61781
# File 'lib/quickfix_fields.rb', line 61779

def EncodedWarningTextLen.field
	return 2522
end