Class: Quickfix50Sp2::StreamAssignmentRequest::NoAsgnReqs::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

#initialize ⇒ NoPhysicalSettlDeliverableObligations

Returns a new instance of NoPhysicalSettlDeliverableObligations.



350137
350138
350139
350140
350141
350142
350143
# File 'lib/quickfix50sp2.rb', line 350137

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