Class: Quickfix::MDReportCount

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

Returns a new instance of MDReportCount.



61977
61978
61979
61980
61981
61982
61983
# File 'lib/quickfix_fields.rb', line 61977

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

Class Method Details

.fieldObject



61974
61975
61976
# File 'lib/quickfix_fields.rb', line 61974

def MDReportCount.field
	return 2536
end