Class: Quickfix::MDStatisticSubScope

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticSubScope

Returns a new instance of MDStatisticSubScope.



60820
60821
60822
60823
60824
60825
60826
# File 'lib/quickfix_fields.rb', line 60820

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