Class: Quickfix::DerivativeEventTime

Inherits:
((swig_class *) SWIGTYPE_p_FIX__UtcTimeStampField->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) ⇒ DerivativeEventTime

Returns a new instance of DerivativeEventTime.



152093
152094
152095
152096
152097
152098
152099
# File 'ext/quickfix/QuickfixRuby.cpp', line 152093

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

Class Method Details

.fieldObject



16955
16956
16957
# File 'lib/quickfix_fields.rb', line 16955

def DerivativeEventTime.field
	return 1289
end