Class: Quickfix50Sp2::ApplicationMessageRequest::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.



26792
26793
26794
26795
26796
26797
26798
26799
26800
26801
# File 'lib/quickfix50sp2.rb', line 26792

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