Class: Quickfix::EncodedCancelTextLen

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

Returns a new instance of EncodedCancelTextLen.



77174
77175
77176
77177
77178
77179
77180
# File 'lib/quickfix_fields.rb', line 77174

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

Class Method Details

.fieldObject



77171
77172
77173
# File 'lib/quickfix_fields.rb', line 77171

def EncodedCancelTextLen.field
	return 2809
end