Class: Quickfix50Sp2::PositionTransferReport::NoUnderlyings::NoUnderlyingSecondaryAssetClasses

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

#initializeNoUnderlyingSecondaryAssetClasses

Returns a new instance of NoUnderlyingSecondaryAssetClasses.



390556
390557
390558
390559
390560
390561
390562
390563
390564
# File 'lib/quickfix50sp2.rb', line 390556

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 2081
	order[1] = 2082
	order[2] = 2083
	order[3] = 2745
	order[4] = 0
	super(2080, 2081, order)
end