Class: Quickfix::NoPositions

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPositions

Returns a new instance of NoPositions.



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

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

Class Method Details

.fieldObject



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

def NoPositions.field
	return 702
end