Class: Quickfix44::BidRequest::NoBidComponents

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

Instance Method Summary collapse

Constructor Details

#initializeNoBidComponents

Returns a new instance of NoBidComponents.



4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
# File 'lib/quickfix44.rb', line 4441

def initialize
	order = Quickfix::IntArray.new(10)
	order[0] = 66
	order[1] = 54
	order[2] = 336
	order[3] = 625
	order[4] = 430
	order[5] = 63
	order[6] = 64
	order[7] = 1
	order[8] = 660
	order[9] = 0
	super(420, 66, order)
end