Class: Quickfix43::OrderMassCancelRequest::NoUnderlyingSecurityAltID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix43.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.



2235
2236
2237
2238
2239
2240
2241
# File 'lib/quickfix43.rb', line 2235

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