Class: Quickfix50Sp1::BidRequest::NoBidDescriptors

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



8500
8501
8502
8503
8504
8505
8506
8507
8508
8509
8510
8511
8512
8513
8514
8515
# File 'lib/quickfix50sp1.rb', line 8500

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