Class: Quickfix::PayReportRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayReportRefID

Returns a new instance of PayReportRefID.



77096
77097
77098
77099
77100
77101
77102
# File 'lib/quickfix_fields.rb', line 77096

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

Class Method Details

.fieldObject



77093
77094
77095
# File 'lib/quickfix_fields.rb', line 77093

def PayReportRefID.field
	return 2803
end