Class: Quickfix::StrategyParameterType

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

Returns a new instance of StrategyParameterType.



120514
120515
120516
120517
120518
120519
120520
# File 'ext/quickfix/QuickfixRuby.cpp', line 120514

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

Class Method Details

.fieldObject



12808
12809
12810
# File 'lib/quickfix_fields.rb', line 12808

def StrategyParameterType.field
	return 959
end