Class: Quickfix::ExpType

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

Returns a new instance of ExpType.



122854
122855
122856
122857
122858
122859
122860
# File 'ext/quickfix/QuickfixRuby.cpp', line 122854

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

Class Method Details

.fieldObject



13107
13108
13109
# File 'lib/quickfix_fields.rb', line 13107

def ExpType.field
	return 982
end