Class: Quickfix::AllocIntermedReqType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocIntermedReqType

Returns a new instance of AllocIntermedReqType.



11004
11005
11006
11007
11008
11009
11010
# File 'lib/quickfix_fields.rb', line 11004

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