Class: Quickfix::DerivativeInstrAttribValue

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

Returns a new instance of DerivativeInstrAttribValue.



154472
154473
154474
154475
154476
154477
154478
# File 'ext/quickfix/QuickfixRuby.cpp', line 154472

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

Class Method Details

.fieldObject



17267
17268
17269
# File 'lib/quickfix_fields.rb', line 17267

def DerivativeInstrAttribValue.field
	return 1314
end