Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleFixingDays

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 ⇒ NoUnderlyingPaymentScheduleFixingDays

Returns a new instance of NoUnderlyingPaymentScheduleFixingDays.



369770
369771
369772
369773
369774
369775
369776
# File 'lib/quickfix50sp2.rb', line 369770

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41879
  order[1] = 41880
  order[2] = 0
  super(41878, 41879, order)
end