Class: Quickfix::LegInstrRegistry

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegInstrRegistry

Returns a new instance of LegInstrRegistry.



84082
84083
84084
84085
84086
84087
84088
# File 'ext/quickfix/QuickfixRuby.cpp', line 84082

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

Class Method Details

.fieldObject



7998
7999
8000
# File 'lib/quickfix_fields.rb', line 7998

def LegInstrRegistry.field
	return 599
end