Class: Quickfix::NoSecurityTypes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSecurityTypes

Returns a new instance of NoSecurityTypes.



18193
18194
18195
18196
18197
18198
18199
# File 'lib/quickfix_fields.rb', line 18193

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

Class Method Details

.fieldObject



18190
18191
18192
# File 'lib/quickfix_fields.rb', line 18190

def NoSecurityTypes.field
	return 558
end