Class: Quickfix::LegInstrRegistry

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegInstrRegistry

Returns a new instance of LegInstrRegistry.



15723
15724
15725
15726
15727
15728
15729
# File 'lib/quickfix_fields.rb', line 15723

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

Class Method Details

.fieldObject



15720
15721
15722
# File 'lib/quickfix_fields.rb', line 15720

def LegInstrRegistry.field
	return 599
end