Class: Quickfix::NoDerivativeInstrAttrib

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

Returns a new instance of NoDerivativeInstrAttrib.



154178
154179
154180
154181
154182
154183
154184
# File 'ext/quickfix/QuickfixRuby.cpp', line 154178

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

Class Method Details

.fieldObject



17228
17229
17230
# File 'lib/quickfix_fields.rb', line 17228

def NoDerivativeInstrAttrib.field
	return 1311
end