Class: Quickfix::MDStatisticIntervalTypeUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDStatisticIntervalTypeUnit

Returns a new instance of MDStatisticIntervalTypeUnit.



60911
60912
60913
60914
60915
60916
60917
# File 'lib/quickfix_fields.rb', line 60911

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

Class Method Details

.fieldObject



60908
60909
60910
# File 'lib/quickfix_fields.rb', line 60908

def MDStatisticIntervalTypeUnit.field
  return 2465
end