Class: Quickfix::ProgRptReqs

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

Instance Method Summary collapse

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