Class: Quickfix43::ExecutionReport::NoContAmts

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

#initializeNoContAmts

Returns a new instance of NoContAmts.



157
158
159
160
161
162
163
164
# File 'lib/quickfix43.rb', line 157

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 519
	order[1] = 520
	order[2] = 521
	order[3] = 0
	super(518, 519, order)
end