Class: Quickfix44::BidRequest::NoBidComponents

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoBidComponents

Returns a new instance of NoBidComponents.



5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
# File 'lib/quickfix44.rb', line 5807

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