Class: Quickfix42::BidResponse::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.



1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/quickfix42.rb', line 1120

def initialize
	order = Quickfix::IntArray.new(16)
	order[0] = 12
	order[1] = 13
	order[2] = 66
	order[3] = 421
	order[4] = 54
	order[5] = 44
	order[6] = 423
	order[7] = 406
	order[8] = 430
	order[9] = 63
	order[10] = 64
	order[11] = 336
	order[12] = 58
	order[13] = 354
	order[14] = 355
	order[15] = 0
	super(420, 12, order)
end