Class: Quickfix::SecurityListType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListType

Returns a new instance of SecurityListType.



19454
19455
19456
19457
19458
19459
19460
# File 'lib/quickfix_fields.rb', line 19454

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