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.



8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
# File 'lib/quickfix50sp1.rb', line 8480

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