Class: Quickfix50Sp1::BidRequest::NoBidComponents

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

Instance Method Summary collapse

Constructor Details

#initializeNoBidComponents

Returns a new instance of NoBidComponents.



5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'lib/quickfix50sp1.rb', line 5873

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