Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoUnderlyingComplexEventTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoUnderlyingComplexEventDates

Returns a new instance of NoUnderlyingComplexEventDates.



308850
308851
308852
308853
308854
308855
308856
308857
# File 'lib/quickfix50sp2.rb', line 308850

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 2054
  order[1] = 2055
  order[2] = 2056
  order[3] = 0
  super(2053, 2054, order)
end