Class: Quickfix50Sp2::News::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventPeriodDateTimes

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

#initialize ⇒ NoLegComplexEventPeriodDateTimes

Returns a new instance of NoLegComplexEventPeriodDateTimes.



18437
18438
18439
18440
18441
18442
18443
# File 'lib/quickfix50sp2.rb', line 18437

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41377
	order[1] = 41378
	order[2] = 0
	super(41376, 41377, order)
end