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



341329
341330
341331
341332
341333
341334
341335
# File 'lib/quickfix50sp2.rb', line 341329

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