Class: Quickfix::UnderlyingInstrRegistry

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrRegistry

Returns a new instance of UnderlyingInstrRegistry.



18011
18012
18013
18014
18015
18016
18017
# File 'lib/quickfix_fields.rb', line 18011

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

Class Method Details

.fieldObject



18008
18009
18010
# File 'lib/quickfix_fields.rb', line 18008

def UnderlyingInstrRegistry.field
	return 595
end