Class: Quickfix::ExecInstValue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ ExecInstValue

Returns a new instance of ExecInstValue.



153884
153885
153886
153887
153888
153889
153890
# File 'ext/quickfix/QuickfixRuby.cpp', line 153884

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

Class Method Details

.fieldObject



17189
17190
17191
# File 'lib/quickfix_fields.rb', line 17189

def ExecInstValue.field
	return 1308
end