Class: Quickfix50Sp1::PositionMaintenanceRequest::NoPositions

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
# File 'lib/quickfix50sp1.rb', line 10440

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