Class: Quickfix::DerivativeEventType

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

Returns a new instance of DerivativeEventType.



151838
151839
151840
151841
151842
151843
151844
# File 'ext/quickfix/QuickfixRuby.cpp', line 151838

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

Class Method Details

.fieldObject



16929
16930
16931
# File 'lib/quickfix_fields.rb', line 16929

def DerivativeEventType.field
	return 1287
end