Class: Quickfix44::AllocationInstruction::NoAllocs::NoDlvyInst::NoSettlPartyIDs

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

Defined Under Namespace

Classes: NoSettlPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'lib/quickfix44.rb', line 2454

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 782
	order[1] = 783
	order[2] = 784
	order[3] = 801
	order[4] = 0
	super(781, 782, order)
end