Class: Quickfix::NoStatsIndicators

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

Returns a new instance of NoStatsIndicators.



141058
141059
141060
141061
141062
141063
141064
# File 'ext/quickfix/QuickfixRuby.cpp', line 141058

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

Class Method Details

.fieldObject



15499
15500
15501
# File 'lib/quickfix_fields.rb', line 15499

def NoStatsIndicators.field
	return 1175
end