Class: Quickfix50Sp2::PositionMaintenanceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliveryStreamCycles

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

#initializeNoUnderlyingDeliveryStreamCycles

Returns a new instance of NoUnderlyingDeliveryStreamCycles.



229829
229830
229831
229832
229833
229834
229835
229836
# File 'lib/quickfix50sp2.rb', line 229829

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41805
  order[1] = 41806
  order[2] = 41807
  order[3] = 0
  super(41804, 41805, order)
end