Class: Quickfix::MDStatisticType

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

Returns a new instance of MDStatisticType.



60794
60795
60796
60797
60798
60799
60800
# File 'lib/quickfix_fields.rb', line 60794

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

Class Method Details

.fieldObject



60791
60792
60793
# File 'lib/quickfix_fields.rb', line 60791

def MDStatisticType.field
  return 2456
end