Class: Quickfix::MDStatisticStatus

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

Returns a new instance of MDStatisticStatus.



61067
61068
61069
61070
61071
61072
61073
# File 'lib/quickfix_fields.rb', line 61067

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

Class Method Details

.fieldObject



61064
61065
61066
# File 'lib/quickfix_fields.rb', line 61064

def MDStatisticStatus.field
  return 2477
end