Class: Quickfix::EventType

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

Returns a new instance of EventType.



111204
111205
111206
111207
111208
111209
111210
# File 'ext/quickfix/QuickfixRuby.cpp', line 111204

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

Class Method Details

.fieldObject



11573
11574
11575
# File 'lib/quickfix_fields.rb', line 11573

def EventType.field
	return 865
end