Class: Quickfix44::NetworkCounterpartySystemStatusRequest::NoCompIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoCompIDs

Returns a new instance of NoCompIDs.



10470
10471
10472
10473
10474
10475
10476
10477
10478
# File 'lib/quickfix44.rb', line 10470

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