Class: Quickfix::DerivativeListMethod

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

Returns a new instance of DerivativeListMethod.



155060
155061
155062
155063
155064
155065
155066
# File 'ext/quickfix/QuickfixRuby.cpp', line 155060

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

Class Method Details

.fieldObject



17345
17346
17347
# File 'lib/quickfix_fields.rb', line 17345

def DerivativeListMethod.field
	return 1320
end