Class: Quickfix::MDStatisticDesc

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

Class Method Details

.fieldObject



60778
60779
60780
# File 'lib/quickfix_fields.rb', line 60778

def MDStatisticDesc.field
	return 2455
end