Class: Quickfix::LegExecInst

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

Returns a new instance of LegExecInst.



161136
161137
161138
161139
161140
161141
161142
# File 'ext/quickfix/QuickfixRuby.cpp', line 161136

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

Class Method Details

.fieldObject



18151
18152
18153
# File 'lib/quickfix_fields.rb', line 18151

def LegExecInst.field
	return 1384
end