Class: Quickfix50Sp2::SecurityStatusRequest::NoLegs::NoLegStreams::NoLegDeliveryStreamCycles

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

#initializeNoLegDeliveryStreamCycles

Returns a new instance of NoLegDeliveryStreamCycles.



116195
116196
116197
116198
116199
116200
116201
116202
# File 'lib/quickfix50sp2.rb', line 116195

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41457
  order[1] = 41458
  order[2] = 41459
  order[3] = 0
  super(41456, 41457, order)
end