Class: Quickfix50Sp2::NewOrderMultileg::NoAllocs::NoNested3PartyIDs

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

Defined Under Namespace

Classes: NoNested3PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested3PartyIDs

Returns a new instance of NoNested3PartyIDs.



8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'lib/quickfix50sp2.rb', line 8344

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 949
	order[1] = 950
	order[2] = 951
	order[3] = 952
	order[4] = 0
	super(948, 949, order)
end