Class: Quickfix50::AllocationInstructionAlert::NoAllocs::NoDlvyInst::NoSettlPartyIDs::NoSettlPartySubIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.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.



19724
19725
19726
19727
19728
19729
19730
# File 'lib/quickfix50.rb', line 19724

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