Class: Quickfix::UnderlyingCFICode

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

Returns a new instance of UnderlyingCFICode.



6428
6429
6430
6431
6432
6433
6434
# File 'lib/quickfix_fields.rb', line 6428

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

Class Method Details

.fieldObject



6425
6426
6427
# File 'lib/quickfix_fields.rb', line 6425

def UnderlyingCFICode.field
	return 463
end