Class: Quickfix::LegInstrRegistry

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) ⇒ LegInstrRegistry

Returns a new instance of LegInstrRegistry.



8144
8145
8146
8147
8148
8149
8150
# File 'lib/quickfix_fields.rb', line 8144

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

Class Method Details

.fieldObject



8141
8142
8143
# File 'lib/quickfix_fields.rb', line 8141

def LegInstrRegistry.field
	return 599
end