Class: Quickfix::UnderlyingInstrRegistry

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrRegistry

Returns a new instance of UnderlyingInstrRegistry.



8092
8093
8094
8095
8096
8097
8098
# File 'lib/quickfix_fields.rb', line 8092

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

Class Method Details

.fieldObject



8089
8090
8091
# File 'lib/quickfix_fields.rb', line 8089

def UnderlyingInstrRegistry.field
	return 595
end