Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventCreditEvents

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

Defined Under Namespace

Classes: NoUnderlyingComplexEventCreditEventQualifiers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingComplexEventCreditEvents

Returns a new instance of NoUnderlyingComplexEventCreditEvents.



380040
380041
380042
380043
380044
380045
380046
380047
380048
380049
380050
380051
380052
# File 'lib/quickfix50sp2.rb', line 380040

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 41717
	order[1] = 41718
	order[2] = 41719
	order[3] = 41720
	order[4] = 41721
	order[5] = 41722
	order[6] = 41723
	order[7] = 41724
	order[8] = 0
	super(41716, 41717, order)
end