Class: Quickfix::ComplexEventType

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

Returns a new instance of ComplexEventType.



171916
171917
171918
171919
171920
171921
171922
# File 'ext/quickfix/QuickfixRuby.cpp', line 171916

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

Class Method Details

.fieldObject



19581
19582
19583
# File 'lib/quickfix_fields.rb', line 19581

def ComplexEventType.field
	return 1484
end