Class: Quickfix::NoMDStatistics

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMDStatistics

Returns a new instance of NoMDStatistics.



61028
61029
61030
61031
61032
61033
61034
# File 'lib/quickfix_fields.rb', line 61028

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