Class: Quickfix50Sp1::NetworkCounterpartySystemStatusResponse::NoCompIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoCompIDs

Returns a new instance of NoCompIDs.



13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
13593
# File 'lib/quickfix50sp1.rb', line 13583

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 930
	order[1] = 931
	order[2] = 283
	order[3] = 284
	order[4] = 928
	order[5] = 929
	order[6] = 0
	super(936, 930, order)
end