Class: Quickfix44::NetworkCounterpartySystemStatusResponse::NoCompIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoCompIDs

Returns a new instance of NoCompIDs.



13756
13757
13758
13759
13760
13761
13762
13763
13764
13765
13766
# File 'lib/quickfix44.rb', line 13756

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