Class: Quickfix::MDStatisticIntervalUnit

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

Returns a new instance of MDStatisticIntervalUnit.



60937
60938
60939
60940
60941
60942
60943
# File 'lib/quickfix_fields.rb', line 60937

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

Class Method Details

.fieldObject



60934
60935
60936
# File 'lib/quickfix_fields.rb', line 60934

def MDStatisticIntervalUnit.field
  return 2467
end