Class: Quickfix50Sp2::ApplicationMessageRequestAck::NoApplIDs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



26856
26857
26858
26859
26860
26861
26862
26863
26864
26865
26866
26867
# File 'lib/quickfix50sp2.rb', line 26856

def initialize
	order = Quickfix::IntArray.new(8)
	order[0] = 1355
	order[1] = 1182
	order[2] = 1183
	order[3] = 1357
	order[4] = 1354
	order[5] = 539
	order[6] = 1433
	order[7] = 0
	super(1351, 1355, order)
end