Class: Quickfix50Sp2::MarketDefinitionUpdateReport::NoInstrumentScopes::NoInstrumentScopeSecurityAltID

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

#initializeNoInstrumentScopeSecurityAltID

Returns a new instance of NoInstrumentScopeSecurityAltID.



341558
341559
341560
341561
341562
341563
341564
# File 'lib/quickfix50sp2.rb', line 341558

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1541
	order[1] = 1542
	order[2] = 0
	super(1540, 1541, order)
end