Class: Quickfix::MDStatisticValueUnit

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

Returns a new instance of MDStatisticValueUnit.



61106
61107
61108
61109
61110
61111
61112
# File 'lib/quickfix_fields.rb', line 61106

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

Class Method Details

.fieldObject



61103
61104
61105
# File 'lib/quickfix_fields.rb', line 61103

def MDStatisticValueUnit.field
  return 2480
end