Class: Quickfix50Sp2::SecurityListRequest::NoStreams::NoDeliveryStreamCycles

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

#initializeNoDeliveryStreamCycles

Returns a new instance of NoDeliveryStreamCycles.



156253
156254
156255
156256
156257
156258
156259
156260
# File 'lib/quickfix50sp2.rb', line 156253

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41082
  order[1] = 41083
  order[2] = 41084
  order[3] = 0
  super(41081, 41082, order)
end