Class: Quickfix41::Email::NoRelatedSym

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRelatedSym

Returns a new instance of NoRelatedSym.



140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# File 'lib/quickfix41.rb', line 140

def initialize
	order = Quickfix::IntArray.new(14)
	order[0] = 46
	order[1] = 65
	order[2] = 48
	order[3] = 22
	order[4] = 167
	order[5] = 200
	order[6] = 205
	order[7] = 201
	order[8] = 202
	order[9] = 206
	order[10] = 207
	order[11] = 106
	order[12] = 107
	order[13] = 0
	super(146, 46, order)
end