Class: Quickfix50Sp2::NetworkCounterpartySystemStatusRequest::NoCompIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoCompIDs



14498
14499
14500
14501
14502
14503
14504
14505
14506
# File 'lib/quickfix50sp2.rb', line 14498

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