Class: Quickfix::MDStatisticRatioType

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

Returns a new instance of MDStatisticRatioType.



61002
61003
61004
61005
61006
61007
61008
# File 'lib/quickfix_fields.rb', line 61002

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

Class Method Details

.fieldObject



60999
61000
61001
# File 'lib/quickfix_fields.rb', line 60999

def MDStatisticRatioType.field
  return 2472
end