Class: Quickfix50Sp1::CrossOrderCancelReplaceRequest::NoSides::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.



9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
# File 'lib/quickfix50sp1.rb', line 9657

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