Class: Quickfix::ProgRptReqs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ProgRptReqs

Returns a new instance of ProgRptReqs.



5167
5168
5169
5170
5171
5172
5173
# File 'lib/quickfix_fields.rb', line 5167

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

Class Method Details

.fieldObject



5164
5165
5166
# File 'lib/quickfix_fields.rb', line 5164

def ProgRptReqs.field
	return 414
end