Class: Quickfix50Sp2::ExecutionReport::NoMatchInst

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMatchInst

Returns a new instance of NoMatchInst.



14229
14230
14231
14232
14233
14234
14235
14236
14237
# File 'lib/quickfix50sp2.rb', line 14229

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1625
	order[1] = 1673
	order[2] = 1626
	order[3] = 1627
	order[4] = 0
	super(1624, 1625, order)
end