Class: Quickfix50Sp2::CollateralAssignment::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.



282359
282360
282361
282362
282363
282364
282365
# File 'lib/quickfix50sp2.rb', line 282359

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