Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventDates::NoLegComplexEventTimes

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

#initializeNoLegComplexEventTimes

Returns a new instance of NoLegComplexEventTimes.



187419
187420
187421
187422
187423
187424
187425
# File 'lib/quickfix50sp2.rb', line 187419

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2204
	order[1] = 2247
	order[2] = 0
	super(2253, 2204, order)
end