Class: Quickfix50Sp2::StreamAssignmentReport::NoAsgnReqs::NoRelatedSym::NoProtectionTerms::NoProtectionTermEvents

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

Defined Under Namespace

Classes: NoProtectionTermEventQualifiers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoProtectionTermEvents

Returns a new instance of NoProtectionTermEvents.



351805
351806
351807
351808
351809
351810
351811
351812
351813
351814
351815
351816
351817
# File 'lib/quickfix50sp2.rb', line 351805

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 40192
	order[1] = 40193
	order[2] = 40194
	order[3] = 40195
	order[4] = 40196
	order[5] = 40197
	order[6] = 40198
	order[7] = 40199
	order[8] = 0
	super(40191, 40192, order)
end