Class: Quickfix::AllocReportRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocReportRefID

Returns a new instance of AllocReportRefID.



10835
10836
10837
10838
10839
10840
10841
# File 'lib/quickfix_fields.rb', line 10835

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