Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoLegs::NoLegProtectionTerms::NoLegProtectionTermEvents

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

Defined Under Namespace

Classes: NoLegProtectionTermEventQualifiers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegProtectionTermEvents

Returns a new instance of NoLegProtectionTermEvents.



203648
203649
203650
203651
203652
203653
203654
203655
203656
203657
203658
203659
203660
# File 'lib/quickfix50sp2.rb', line 203648

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 41626
	order[1] = 41627
	order[2] = 41628
	order[3] = 41629
	order[4] = 41630
	order[5] = 41631
	order[6] = 41632
	order[7] = 41633
	order[8] = 0
	super(41625, 41626, order)
end