Class: Quickfix50Sp1::AllocationInstructionAlert::NoAllocs::NoDlvyInst::NoSettlPartyIDs::NoSettlPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlPartySubIDs

Returns a new instance of NoSettlPartySubIDs.



22039
22040
22041
22042
22043
22044
22045
# File 'lib/quickfix50sp1.rb', line 22039

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 785
	order[1] = 786
	order[2] = 0
	super(801, 785, order)
end