Class: Quickfix::DerivativeEventPx

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ DerivativeEventPx

Returns a new instance of DerivativeEventPx.



152218
152219
152220
152221
152222
152223
152224
# File 'ext/quickfix/QuickfixRuby.cpp', line 152218

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

Class Method Details

.fieldObject



16968
16969
16970
# File 'lib/quickfix_fields.rb', line 16968

def DerivativeEventPx.field
	return 1290
end