Class: Quickfix50Sp2::PartyRiskLimitsUpdateReport::NoPartyRiskLimits

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

Defined Under Namespace

Classes: NoPartyDetails, NoRiskLimits

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyRiskLimits

Returns a new instance of NoPartyRiskLimits.



363002
363003
363004
363005
363006
363007
363008
363009
363010
363011
363012
# File 'lib/quickfix50sp2.rb', line 363002

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 1324
	order[1] = 1671
	order[2] = 1669
	order[3] = 1670
	order[4] = 2339
	order[5] = 2355
	order[6] = 0
	super(1677, 1324, order)
end