Class: Quickfix44::TradeCaptureReport::NoSides::NoAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/quickfix44.rb', line 6818

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