Class: Quickfix50Sp1::NewOrderMultileg::NoAllocs

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

Defined Under Namespace

Classes: NoNested3PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/quickfix50sp1.rb', line 7720

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