Class: Quickfix::MDStatisticIntervalType

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

Returns a new instance of MDStatisticIntervalType.



60898
60899
60900
60901
60902
60903
60904
# File 'lib/quickfix_fields.rb', line 60898

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

Class Method Details

.fieldObject



60895
60896
60897
# File 'lib/quickfix_fields.rb', line 60895

def MDStatisticIntervalType.field
  return 2464
end