Class: Quickfix44::PositionReport::NoPositions

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
# File 'lib/quickfix44.rb', line 11389

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 703
	order[1] = 704
	order[2] = 705
	order[3] = 706
	order[4] = 539
	order[5] = 0
	super(702, 703, order)
end