Class: Quickfix42::BidRequest::NoBidComponents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix42.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.



1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
# File 'lib/quickfix42.rb', line 1098

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