Class: Quickfix::SecurityListDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListDesc

Returns a new instance of SecurityListDesc.



19415
19416
19417
19418
19419
19420
19421
# File 'lib/quickfix_fields.rb', line 19415

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