Class: Quickfix::SecurityListID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListID

Returns a new instance of SecurityListID.



19389
19390
19391
19392
19393
19394
19395
# File 'lib/quickfix_fields.rb', line 19389

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