Class: Quickfix::SecurityListRequestType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListRequestType

Returns a new instance of SecurityListRequestType.



7624
7625
7626
7627
7628
7629
7630
# File 'lib/quickfix_fields.rb', line 7624

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