Class: Quickfix::MDStatisticSubScope

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

Class Method Details

.fieldObject



60817
60818
60819
# File 'lib/quickfix_fields.rb', line 60817

def MDStatisticSubScope.field
  return 2458
end