Class: Quickfix43::RegistrationInstructions::NoDistribInsts

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDistribInsts

Returns a new instance of NoDistribInsts.



2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'lib/quickfix43.rb', line 2184

def initialize
	order = Quickfix::IntArray.new(8)
	order[0] = 477
	order[1] = 512
	order[2] = 478
	order[3] = 498
	order[4] = 499
	order[5] = 500
	order[6] = 501
	order[7] = 0
	super(510, 477, order)
end