Class: Quickfix50Sp1::OrderCancelReplaceRequest::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/quickfix50sp1.rb', line 2653

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 79
	order[1] = 661
	order[2] = 736
	order[3] = 467
	order[4] = 539
	order[5] = 80
	order[6] = 0
	super(78, 79, order)
end