Class: Quickfix50Sp2::TradeCaptureReportRequest::NoProtectionTerms::NoProtectionTermObligations

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

#initializeNoProtectionTermObligations

Returns a new instance of NoProtectionTermObligations.



185148
185149
185150
185151
185152
185153
185154
# File 'lib/quickfix50sp2.rb', line 185148

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40202
	order[1] = 40203
	order[2] = 0
	super(40201, 40202, order)
end