Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoLegs::NoLegProtectionTerms

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

Defined Under Namespace

Classes: NoLegProtectionTermEventNewsSources, NoLegProtectionTermEvents, NoLegProtectionTermObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegProtectionTerms

Returns a new instance of NoLegProtectionTerms.



183384
183385
183386
183387
183388
183389
183390
183391
183392
183393
183394
183395
183396
183397
183398
183399
# File 'lib/quickfix50sp2.rb', line 183384

def initialize
	order = Quickfix::IntArray.new(12)
	order[0] = 41618
	order[1] = 41619
	order[2] = 41620
	order[3] = 41621
	order[4] = 41622
	order[5] = 41623
	order[6] = 41624
	order[7] = 41614
	order[8] = 41625
	order[9] = 41635
	order[10] = 41617
	order[11] = 0
	super(41616, 41618, order)
end