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



259422
259423
259424
259425
259426
259427
259428
# File 'lib/quickfix50sp2.rb', line 259422

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