Class: Quickfix50Sp2::AllocationReport::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.



264146
264147
264148
264149
264150
264151
264152
# File 'lib/quickfix50sp2.rb', line 264146

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