Class: Quickfix50Sp2::SecurityList::NoRelatedSym::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPricingDays

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

Returns a new instance of NoUnderlyingPaymentStreamPricingDays.



163237
163238
163239
163240
163241
163242
163243
# File 'lib/quickfix50sp2.rb', line 163237

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41945
  order[1] = 41946
  order[2] = 0
  super(41944, 41945, order)
end