Class: Quickfix::ListExecInstType

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

Returns a new instance of ListExecInstType.



63072
63073
63074
63075
63076
63077
63078
# File 'ext/quickfix/QuickfixRuby.cpp', line 63072

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

Class Method Details

.fieldObject



5268
5269
5270
# File 'lib/quickfix_fields.rb', line 5268

def ListExecInstType.field
	return 433
end