Class: Quickfix::TotalNumSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalNumSecurityTypes

Returns a new instance of TotalNumSecurityTypes.



7598
7599
7600
7601
7602
7603
7604
# File 'lib/quickfix_fields.rb', line 7598

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