Class: Quickfix::MDStatisticID

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

Returns a new instance of MDStatisticID.



61041
61042
61043
61044
61045
61046
61047
# File 'lib/quickfix_fields.rb', line 61041

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

Class Method Details

.fieldObject



61038
61039
61040
# File 'lib/quickfix_fields.rb', line 61038

def MDStatisticID.field
  return 2475
end