Class: Quickfix50Sp2::OrderCancelReplaceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPaymentDates

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

#initializeNoUnderlyingPaymentStreamPaymentDates

Returns a new instance of NoUnderlyingPaymentStreamPaymentDates.



40501
40502
40503
40504
40505
40506
40507
# File 'lib/quickfix50sp2.rb', line 40501

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41938
  order[1] = 41939
  order[2] = 0
  super(41937, 41938, order)
end