Class: Quickfix::PosReqResult

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosReqResult

Returns a new instance of PosReqResult.



9977
9978
9979
9980
9981
9982
9983
# File 'lib/quickfix_fields.rb', line 9977

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