Class: Quickfix50Sp1::RequestForPositionsAck::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUndlyInstrumentPartySubIDs

Returns a new instance of NoUndlyInstrumentPartySubIDs.



16281
16282
16283
16284
16285
16286
16287
# File 'lib/quickfix50sp1.rb', line 16281

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1063
	order[1] = 1064
	order[2] = 0
	super(1062, 1063, order)
end