Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoStreams::NoPaymentStreamCompoundingDates

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

#initialize ⇒ NoPaymentStreamCompoundingDates

Returns a new instance of NoPaymentStreamCompoundingDates.



58602
58603
58604
58605
58606
58607
58608
# File 'lib/quickfix50sp2.rb', line 58602

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42607
  order[1] = 42608
  order[2] = 0
  super(42606, 42607, order)
end