Class: Quickfix50Sp2::PartyEntitlementsRequest::NoEntitlementTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoEntitlementTypes

Returns a new instance of NoEntitlementTypes.



363730
363731
363732
363733
363734
363735
363736
# File 'lib/quickfix50sp2.rb', line 363730

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1775
	order[1] = 2402
	order[2] = 0
	super(2345, 1775, order)
end