Class: Quickfix50Sp2::TradeCaptureReportAck::NoSides::NoAllocs::NoNested2PartyIDs::NoNested2PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



12696
12697
12698
12699
12700
12701
12702
# File 'lib/quickfix50sp2.rb', line 12696

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 760
	order[1] = 807
	order[2] = 0
	super(806, 760, order)
end