Class: Quickfix::InstrRegistry

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

Returns a new instance of InstrRegistry.



78704
78705
78706
78707
78708
78709
78710
# File 'ext/quickfix/QuickfixRuby.cpp', line 78704

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

Class Method Details

.fieldObject



7296
7297
7298
# File 'lib/quickfix_fields.rb', line 7296

def InstrRegistry.field
	return 543
end