Class: Quickfix::MDReportID

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

Instance Method Summary collapse

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