Class: Quickfix44::TradeCaptureReportAck::NoAllocs::NoNested2PartyIDs::NoNested2PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



9000
9001
9002
9003
9004
9005
9006
# File 'lib/quickfix44.rb', line 9000

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