Class: Quickfix::EncodedCancelText

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedCancelText

Returns a new instance of EncodedCancelText.



77161
77162
77163
77164
77165
77166
77167
# File 'lib/quickfix_fields.rb', line 77161

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

Class Method Details

.fieldObject



77158
77159
77160
# File 'lib/quickfix_fields.rb', line 77158

def EncodedCancelText.field
	return 2808
end