Class: Quickfix::SecurityListDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListDesc

Returns a new instance of SecurityListDesc.



11420
11421
11422
11423
11424
11425
11426
# File 'lib/quickfix_fields.rb', line 11420

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

Class Method Details

.fieldObject



11417
11418
11419
# File 'lib/quickfix_fields.rb', line 11417

def SecurityListDesc.field
	return 1467
end