Class: Quickfix50Sp2::NetworkCounterpartySystemStatusRequest::NoCompIDs

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



23074
23075
23076
23077
23078
23079
23080
23081
23082
# File 'lib/quickfix50sp2.rb', line 23074

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