Class: Quickfix50::NetworkCounterpartySystemStatusRequest::NoCompIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.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.



18126
18127
18128
18129
18130
18131
18132
18133
18134
# File 'lib/quickfix50.rb', line 18126

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