Class: Quickfix::UnderlyingInstrRegistry

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

Returns a new instance of UnderlyingInstrRegistry.



83690
83691
83692
83693
83694
83695
83696
# File 'ext/quickfix/QuickfixRuby.cpp', line 83690

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

Class Method Details

.fieldObject



7946
7947
7948
# File 'lib/quickfix_fields.rb', line 7946

def UnderlyingInstrRegistry.field
	return 595
end