Class: Quickfix50Sp2::PositionMaintenanceRequest::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.



230288
230289
230290
230291
230292
230293
230294
230295
230296
230297
230298
230299
230300
230301
230302
# File 'lib/quickfix50sp2.rb', line 230288

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 703
	order[1] = 704
	order[2] = 705
	order[3] = 1654
	order[4] = 706
	order[5] = 976
	order[6] = 1836
	order[7] = 1835
	order[8] = 2936
	order[9] = 539
	order[10] = 0
	super(702, 703, order)
end