Class: Quickfix::MDReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDReportID

Returns a new instance of MDReportID.



14462
14463
14464
14465
14466
14467
14468
# File 'lib/quickfix_fields.rb', line 14462

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

Class Method Details

.fieldObject



14459
14460
14461
# File 'lib/quickfix_fields.rb', line 14459

def MDReportID.field
	return 963
end