Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionPartyIDs

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

Defined Under Namespace

Classes: NoUnderlyingProvisionPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingProvisionPartyIDs

Returns a new instance of NoUnderlyingProvisionPartyIDs.



319256
319257
319258
319259
319260
319261
319262
319263
319264
319265
# File 'lib/quickfix50sp2.rb', line 319256

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 42174
  order[1] = 42175
  order[2] = 42176
  order[3] = 40918
  order[4] = 42177
  order[5] = 0
  super(42173, 42174, order)
end