Class: Quickfix::EntitlementReportID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementReportID

Returns a new instance of EntitlementReportID.



23159
23160
23161
23162
23163
23164
23165
# File 'lib/quickfix_fields.rb', line 23159

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