Class: Quickfix::MDStatisticScopeType

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

Returns a new instance of MDStatisticScopeType.



60833
60834
60835
60836
60837
60838
60839
# File 'lib/quickfix_fields.rb', line 60833

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

Class Method Details

.fieldObject



60830
60831
60832
# File 'lib/quickfix_fields.rb', line 60830

def MDStatisticScopeType.field
	return 2459
end