Class: Quickfix50Sp2::AssignmentReport::NoPositions

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



21146
21147
21148
21149
21150
21151
21152
21153
21154
21155
21156
# File 'lib/quickfix50sp2.rb', line 21146

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