Class: Quickfix50Sp2::NewOrderList::NoOrders::NoComplexEvents::NoComplexEventCreditEvents

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

Defined Under Namespace

Classes: NoComplexEventCreditEventQualifiers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoComplexEventCreditEvents

Returns a new instance of NoComplexEventCreditEvents.



31345
31346
31347
31348
31349
31350
31351
31352
31353
31354
31355
31356
31357
# File 'lib/quickfix50sp2.rb', line 31345

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 40998
	order[1] = 40999
	order[2] = 41000
	order[3] = 41001
	order[4] = 41002
	order[5] = 41003
	order[6] = 41004
	order[7] = 41005
	order[8] = 0
	super(40997, 40998, order)
end