Class: Quickfix50Sp1::AllocationReportAck::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoAllocs



17931
17932
17933
17934
17935
17936
17937
17938
17939
17940
17941
17942
17943
17944
17945
17946
17947
17948
17949
# File 'lib/quickfix50sp1.rb', line 17931

def initialize
  order = Quickfix::IntArray.new(15)
  order[0] = 79
  order[1] = 661
  order[2] = 366
  order[3] = 1047
  order[4] = 467
  order[5] = 776
  order[6] = 539
  order[7] = 161
  order[8] = 360
  order[9] = 361
  order[10] = 989
  order[11] = 993
  order[12] = 992
  order[13] = 80
  order[14] = 0
  super(78, 79, order)
end