Class: Quickfix50Sp2::MarketDefinitionUpdateReport::NoRelatedMarketSegments

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

#initializeNoRelatedMarketSegments

Returns a new instance of NoRelatedMarketSegments.



341569
341570
341571
341572
341573
341574
341575
# File 'lib/quickfix50sp2.rb', line 341569

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2546
  order[1] = 2547
  order[2] = 0
  super(2545, 2546, order)
end