Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegInstrumentParties

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoLegInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoLegInstrumentParties

Returns a new instance of NoLegInstrumentParties.



187327
187328
187329
187330
187331
187332
187333
187334
187335
187336
# File 'lib/quickfix50sp2.rb', line 187327

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 2255
	order[1] = 2256
	order[2] = 2257
	order[3] = 2379
	order[4] = 2258
	order[5] = 0
	super(2254, 2255, order)
end