Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegProtectionTerms::NoLegProtectionTermObligations

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

#initializeNoLegProtectionTermObligations

Returns a new instance of NoLegProtectionTermObligations.



188738
188739
188740
188741
188742
188743
188744
# File 'lib/quickfix50sp2.rb', line 188738

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41636
	order[1] = 41637
	order[2] = 0
	super(41635, 41636, order)
end