Class: Quickfix50Sp2::BidRequest::NoBidDescriptors

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

#initializeNoBidDescriptors

Returns a new instance of NoBidDescriptors.



9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
# File 'lib/quickfix50sp2.rb', line 9929

def initialize
  order = Quickfix::IntArray.new(12)
  order[0] = 399
  order[1] = 400
  order[2] = 401
  order[3] = 404
  order[4] = 441
  order[5] = 402
  order[6] = 403
  order[7] = 405
  order[8] = 406
  order[9] = 407
  order[10] = 408
  order[11] = 0
  super(398, 399, order)
end