Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoLegs::NoLegFinancingTermSupplements

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

#initializeNoLegFinancingTermSupplements

Returns a new instance of NoLegFinancingTermSupplements.



256626
256627
256628
256629
256630
256631
256632
# File 'lib/quickfix50sp2.rb', line 256626

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42201
	order[1] = 42202
	order[2] = 0
	super(42200, 42201, order)
end