Class: Quickfix::MDReportID

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

Returns a new instance of MDReportID.



12993
12994
12995
12996
12997
12998
12999
# File 'lib/quickfix_fields.rb', line 12993

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

Class Method Details

.fieldObject



12990
12991
12992
# File 'lib/quickfix_fields.rb', line 12990

def MDReportID.field
	return 963
end