Class: Quickfix::MDStatisticDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticDesc

Returns a new instance of MDStatisticDesc.



60781
60782
60783
60784
60785
60786
60787
# File 'lib/quickfix_fields.rb', line 60781

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