Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoLegs::NoLegProvisions::NoLegProvisionPartyIDs::NoLegProvisionPartySubIDs

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

#initializeNoLegProvisionPartySubIDs

Returns a new instance of NoLegProvisionPartySubIDs.



256418
256419
256420
256421
256422
256423
256424
# File 'lib/quickfix50sp2.rb', line 256418

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40538
	order[1] = 40539
	order[2] = 0
	super(40537, 40538, order)
end