Class: Quickfix41::News::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.



103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# File 'lib/quickfix41.rb', line 103

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