Class: Quickfix50Sp2::AllocationReportAck::NoProvisions::NoProvisionOptionExerciseBusinessCenters

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

#initializeNoProvisionOptionExerciseBusinessCenters

Returns a new instance of NoProvisionOptionExerciseBusinessCenters.



269399
269400
269401
269402
269403
269404
# File 'lib/quickfix50sp2.rb', line 269399

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 40124
	order[1] = 0
	super(40954, 40124, order)
end