Class: Quickfix::MDStatisticScope

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDStatisticScope

Returns a new instance of MDStatisticScope.



60807
60808
60809
60810
60811
60812
60813
# File 'lib/quickfix_fields.rb', line 60807

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

Class Method Details

.fieldObject



60804
60805
60806
# File 'lib/quickfix_fields.rb', line 60804

def MDStatisticScope.field
	return 2457
end