Class: Quickfix50::CollateralResponse::NoInstrumentParties

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

Defined Under Namespace

Classes: NoInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoInstrumentParties

Returns a new instance of NoInstrumentParties.



17237
17238
17239
17240
17241
17242
17243
17244
17245
# File 'lib/quickfix50.rb', line 17237

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1019
	order[1] = 1050
	order[2] = 1051
	order[3] = 1052
	order[4] = 0
	super(1018, 1019, order)
end