Class: Quickfix::DerivativeCFICode

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

Returns a new instance of DerivativeCFICode.



148016
148017
148018
148019
148020
148021
148022
# File 'ext/quickfix/QuickfixRuby.cpp', line 148016

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

Class Method Details

.fieldObject



16422
16423
16424
# File 'lib/quickfix_fields.rb', line 16422

def DerivativeCFICode.field
	return 1248
end