Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::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.



78501
78502
78503
78504
78505
78506
78507
78508
# File 'lib/quickfix50sp2.rb', line 78501

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