Class: Quickfix::MDStatisticName

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

Returns a new instance of MDStatisticName.



60768
60769
60770
60771
60772
60773
60774
# File 'lib/quickfix_fields.rb', line 60768

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

Class Method Details

.fieldObject



60765
60766
60767
# File 'lib/quickfix_fields.rb', line 60765

def MDStatisticName.field
  return 2454
end