Class: Quickfix::MassOrderReportID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassOrderReportID

Returns a new instance of MassOrderReportID.



60378
60379
60380
60381
60382
60383
60384
# File 'lib/quickfix_fields.rb', line 60378

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