Class: Quickfix50Sp2::PartyRiskLimitCheckRequest::NoLegs::NoLegEvents

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

#initializeNoLegEvents

Returns a new instance of NoLegEvents.



372728
372729
372730
372731
372732
372733
372734
372735
372736
372737
372738
372739
372740
372741
372742
# File 'lib/quickfix50sp2.rb', line 372728

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 2060
	order[1] = 2061
	order[2] = 2062
	order[3] = 2063
	order[4] = 2064
	order[5] = 2341
	order[6] = 2065
	order[7] = 2066
	order[8] = 2074
	order[9] = 2075
	order[10] = 0
	super(2059, 2060, order)
end