Class: Quickfix50::AllocationInstructionAck::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
# File 'lib/quickfix50.rb', line 2316

def initialize
	order = Quickfix::IntArray.new(15)
	order[0] = 79
	order[1] = 661
	order[2] = 366
	order[3] = 1047
	order[4] = 467
	order[5] = 776
	order[6] = 539
	order[7] = 161
	order[8] = 360
	order[9] = 361
	order[10] = 989
	order[11] = 993
	order[12] = 992
	order[13] = 80
	order[14] = 0
	super(78, 79, order)
end