Class: Quickfix::SecurityListRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListRequestType

Returns a new instance of SecurityListRequestType.



3841
3842
3843
3844
3845
3846
3847
# File 'lib/quickfix_fields.rb', line 3841

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

Class Method Details

.fieldObject



3838
3839
3840
# File 'lib/quickfix_fields.rb', line 3838

def SecurityListRequestType.field
	return 559
end