Class: Quickfix50Sp1::NetworkCounterpartySystemStatusRequest::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.



13564
13565
13566
13567
13568
13569
13570
13571
13572
# File 'lib/quickfix50sp1.rb', line 13564

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