Class: Quickfix::PayReportID

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) ⇒ PayReportID

Returns a new instance of PayReportID.



77044
77045
77046
77047
77048
77049
77050
# File 'lib/quickfix_fields.rb', line 77044

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

Class Method Details

.fieldObject



77041
77042
77043
# File 'lib/quickfix_fields.rb', line 77041

def PayReportID.field
	return 2799
end