Class: Quickfix::DerivativeInstrAttribType

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

Returns a new instance of DerivativeInstrAttribType.



154374
154375
154376
154377
154378
154379
154380
# File 'ext/quickfix/QuickfixRuby.cpp', line 154374

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

Class Method Details

.fieldObject



17254
17255
17256
# File 'lib/quickfix_fields.rb', line 17254

def DerivativeInstrAttribType.field
	return 1313
end