Class: Quickfix50::PositionMaintenanceRequest::NoPositions

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
# File 'lib/quickfix50.rb', line 9313

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