Class: Quickfix::SecurityListTypeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListTypeSource

Returns a new instance of SecurityListTypeSource.



19467
19468
19469
19470
19471
19472
19473
# File 'lib/quickfix_fields.rb', line 19467

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