Class: Quickfix50Sp2::DerivativeSecurityListRequest::NoDerivativeSecurityAltID

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

#initializeNoDerivativeSecurityAltID

Returns a new instance of NoDerivativeSecurityAltID.



12915
12916
12917
12918
12919
12920
12921
# File 'lib/quickfix50sp2.rb', line 12915

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1219
	order[1] = 1220
	order[2] = 0
	super(1218, 1219, order)
end