Class: Quickfix::MDStatisticValueType

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

Returns a new instance of MDStatisticValueType.



61093
61094
61095
61096
61097
61098
61099
# File 'lib/quickfix_fields.rb', line 61093

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

Class Method Details

.fieldObject



61090
61091
61092
# File 'lib/quickfix_fields.rb', line 61090

def MDStatisticValueType.field
  return 2479
end