Class: Quickfix50Sp2::DerivativeSecurityList::NoRelatedSym::NoAdditionalTerms

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

Defined Under Namespace

Classes: NoAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAdditionalTerms

Returns a new instance of NoAdditionalTerms.



170966
170967
170968
170969
170970
170971
170972
170973
# File 'lib/quickfix50sp2.rb', line 170966

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 40020
	order[1] = 40021
	order[2] = 40000
	order[3] = 0
	super(40019, 40020, order)
end