Class: Quickfix50Sp2::AllocationInstructionAlert::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

#initializeNoLegComplexEventPeriodDateTimes

Returns a new instance of NoLegComplexEventPeriodDateTimes.



327037
327038
327039
327040
327041
327042
327043
# File 'lib/quickfix50sp2.rb', line 327037

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