Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoRelatedSym::NoPhysicalSettlTerms::NoPhysicalSettlDeliverableObligations

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

#initializeNoPhysicalSettlDeliverableObligations

Returns a new instance of NoPhysicalSettlDeliverableObligations.



339343
339344
339345
339346
339347
339348
339349
# File 'lib/quickfix50sp2.rb', line 339343

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40210
	order[1] = 40211
	order[2] = 0
	super(40209, 40210, order)
end