Class: Quickfix50Sp2::OrderMassCancelRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamCompoundingDates

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

#initializeNoUnderlyingPaymentStreamCompoundingDates

Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.



135092
135093
135094
135095
135096
135097
135098
# File 'lib/quickfix50sp2.rb', line 135092

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42902
  order[1] = 42903
  order[2] = 0
  super(42901, 42902, order)
end