Class: Quickfix::TerminationType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ TerminationType

Returns a new instance of TerminationType.



103952
103953
103954
103955
103956
103957
103958
# File 'ext/quickfix/QuickfixRuby.cpp', line 103952

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

Class Method Details

.fieldObject



10611
10612
10613
# File 'lib/quickfix_fields.rb', line 10611

def TerminationType.field
	return 788
end