Class: Quickfix::StatsType

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

Returns a new instance of StatsType.



141156
141157
141158
141159
141160
141161
141162
# File 'ext/quickfix/QuickfixRuby.cpp', line 141156

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

Class Method Details

.fieldObject



15512
15513
15514
# File 'lib/quickfix_fields.rb', line 15512

def StatsType.field
	return 1176
end