Class: Quickfix44::DerivativeSecurityListRequest::NoUnderlyingSecurityAltID

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



7517
7518
7519
7520
7521
7522
7523
# File 'lib/quickfix44.rb', line 7517

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 458
	order[1] = 459
	order[2] = 0
	super(457, 458, order)
end