Class: Quickfix50Sp1::QuoteRequestReject::NoRelatedSym::NoSecurityAltID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



13495
13496
13497
13498
13499
13500
13501
# File 'lib/quickfix50sp1.rb', line 13495

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 455
	order[1] = 456
	order[2] = 0
	super(454, 455, order)
end