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



6796
6797
6798
6799
6800
6801
6802
# File 'lib/quickfix50sp2.rb', line 6796

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