Class: Quickfix::MDStatisticReqID

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

Instance Method Summary collapse

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