Class: Quickfix50Sp2::BidRequest::NoBidDescriptors

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

Instance Method Summary collapse

Constructor Details

#initializeNoBidDescriptors

Returns a new instance of NoBidDescriptors.



6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
# File 'lib/quickfix50sp2.rb', line 6341

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