Class: Quickfix50Sp2::SecurityStatus::NoUnderlyings::NoUndlyInstrumentParties

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

Defined Under Namespace

Classes: NoUndlyInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUndlyInstrumentParties

Returns a new instance of NoUndlyInstrumentParties.



9304
9305
9306
9307
9308
9309
9310
9311
9312
# File 'lib/quickfix50sp2.rb', line 9304

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1059
	order[1] = 1060
	order[2] = 1061
	order[3] = 1062
	order[4] = 0
	super(1058, 1059, order)
end