Class: Quickfix::ExecInst

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

Returns a new instance of ExecInst.



29602
29603
29604
29605
29606
29607
29608
# File 'ext/quickfix/QuickfixRuby.cpp', line 29602

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

Class Method Details

.fieldObject



965
966
967
# File 'lib/quickfix_fields.rb', line 965

def ExecInst.field
	return 18
end