Class: Quickfix::PosReqResult

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

Class Method Details

.fieldObject



9974
9975
9976
# File 'lib/quickfix_fields.rb', line 9974

def PosReqResult.field
	return 728
end