Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoStreams::NoPaymentStreamFixingDates

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

Returns a new instance of NoPaymentStreamFixingDates.



58367
58368
58369
58370
58371
58372
58373
# File 'lib/quickfix50sp2.rb', line 58367

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42661
  order[1] = 42662
  order[2] = 0
  super(42660, 42661, order)
end