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



347570
347571
347572
347573
347574
347575
347576
# File 'lib/quickfix50sp2.rb', line 347570

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