Class: Quickfix::CFICode

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

Returns a new instance of CFICode.



6402
6403
6404
6405
6406
6407
6408
# File 'lib/quickfix_fields.rb', line 6402

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

Class Method Details

.fieldObject



6399
6400
6401
# File 'lib/quickfix_fields.rb', line 6399

def CFICode.field
	return 461
end