Class: Quickfix50Sp2::QuoteResponse::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



219163
219164
219165
219166
219167
219168
219169
219170
# File 'lib/quickfix50sp2.rb', line 219163

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