Class: Quickfix::MDStatisticReqID

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

Returns a new instance of MDStatisticReqID.



60742
60743
60744
60745
60746
60747
60748
# File 'lib/quickfix_fields.rb', line 60742

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

Class Method Details

.fieldObject



60739
60740
60741
# File 'lib/quickfix_fields.rb', line 60739

def MDStatisticReqID.field
  return 2452
end