Class: Quickfix50Sp2::OrderCancelReplaceRequest::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/quickfix50sp2.rb', line 2042

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