Class: Quickfix50Sp2::TradeAggregationReport::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes

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

#initializeNoComplexEventPeriodDateTimes

Returns a new instance of NoComplexEventPeriodDateTimes.



407789
407790
407791
407792
407793
407794
407795
# File 'lib/quickfix50sp2.rb', line 407789

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41008
  order[1] = 41009
  order[2] = 0
  super(41007, 41008, order)
end