Class: Quickfix50Sp1::DerivativeSecurityList::NoDerivativeSecurityAltID

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

#initializeNoDerivativeSecurityAltID

Returns a new instance of NoDerivativeSecurityAltID.



11156
11157
11158
11159
11160
11161
11162
# File 'lib/quickfix50sp1.rb', line 11156

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