Class: Quickfix50Sp2::PartyRiskLimitsUpdateReport::NoPartyRiskLimits::NoPartyDetails::NoPartyDetailAltID

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

Defined Under Namespace

Classes: NoPartyDetailAltSubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyDetailAltID

Returns a new instance of NoPartyDetailAltID.



363040
363041
363042
363043
363044
363045
363046
363047
# File 'lib/quickfix50sp2.rb', line 363040

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1517
	order[1] = 1518
	order[2] = 1519
	order[3] = 0
	super(1516, 1517, order)
end