Class: Quickfix50Sp2::SecurityStatusRequest::NoUnderlyings::NoUnderlyingProtectionTerms

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

Defined Under Namespace

Classes: NoUnderlyingProtectionTermEventNewsSources, NoUnderlyingProtectionTermEvents, NoUnderlyingProtectionTermObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingProtectionTerms

Returns a new instance of NoUnderlyingProtectionTerms.



114705
114706
114707
114708
114709
114710
114711
114712
114713
114714
114715
114716
114717
114718
114719
114720
# File 'lib/quickfix50sp2.rb', line 114705

def initialize
	order = Quickfix::IntArray.new(12)
	order[0] = 42069
	order[1] = 42070
	order[2] = 42071
	order[3] = 42072
	order[4] = 42073
	order[5] = 42074
	order[6] = 42075
	order[7] = 42090
	order[8] = 42077
	order[9] = 42087
	order[10] = 42076
	order[11] = 0
	super(42068, 42069, order)
end