Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoLegs::NoLegAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



14271
14272
14273
14274
14275
14276
14277
14278
14279
14280
14281
# File 'lib/quickfix50sp2.rb', line 14271

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 671
	order[1] = 672
	order[2] = 756
	order[3] = 673
	order[4] = 674
	order[5] = 1367
	order[6] = 0
	super(670, 671, order)
end