Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegPhysicalSettlTerms::NoLegPhysicalSettlDeliverableObligations

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

#initializeNoLegPhysicalSettlDeliverableObligations

Returns a new instance of NoLegPhysicalSettlDeliverableObligations.



321208
321209
321210
321211
321212
321213
321214
# File 'lib/quickfix50sp2.rb', line 321208

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41605
	order[1] = 41606
	order[2] = 0
	super(41604, 41605, order)
end