Class: Quickfix42::ExecutionReport::NoContraBrokers

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoContraBrokers

Returns a new instance of NoContraBrokers.



92
93
94
95
96
97
98
99
100
# File 'lib/quickfix42.rb', line 92

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 375
	order[1] = 337
	order[2] = 437
	order[3] = 438
	order[4] = 0
	super(382, 375, order)
end