Class: Quickfix50Sp2::MassOrderAck::NoOrderEntries::NoProtectionTerms

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

Defined Under Namespace

Classes: NoProtectionTermEventNewsSources, NoProtectionTermEvents, NoProtectionTermObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoProtectionTerms

Returns a new instance of NoProtectionTerms.



385019
385020
385021
385022
385023
385024
385025
385026
385027
385028
385029
385030
385031
385032
385033
385034
# File 'lib/quickfix50sp2.rb', line 385019

def initialize
	order = Quickfix::IntArray.new(12)
	order[0] = 40182
	order[1] = 40183
	order[2] = 40184
	order[3] = 40185
	order[4] = 40186
	order[5] = 40187
	order[6] = 40188
	order[7] = 40951
	order[8] = 40191
	order[9] = 40201
	order[10] = 40190
	order[11] = 0
	super(40181, 40182, order)
end