Class: Quickfix44::NewOrderMultileg::NoLegs::NoLegAllocs::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



7976
7977
7978
7979
7980
7981
7982
7983
7984
# File 'lib/quickfix44.rb', line 7976

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 757
	order[1] = 758
	order[2] = 759
	order[3] = 806
	order[4] = 0
	super(756, 757, order)
end