Class: Quickfix::NoRelatedSym

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ NoRelatedSym

Returns a new instance of NoRelatedSym.



39158
39159
39160
39161
39162
39163
39164
# File 'ext/quickfix/QuickfixRuby.cpp', line 39158

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

Class Method Details

.fieldObject



2187
2188
2189
# File 'lib/quickfix_fields.rb', line 2187

def NoRelatedSym.field
	return 146
end