Class: Quickfix50Sp2::DerivativeSecurityList::NoDerivativeInstrumentParties

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

Defined Under Namespace

Classes: NoDerivativeInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDerivativeInstrumentParties

Returns a new instance of NoDerivativeInstrumentParties.



169194
169195
169196
169197
169198
169199
169200
169201
169202
169203
# File 'lib/quickfix50sp2.rb', line 169194

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1293
  order[1] = 1294
  order[2] = 1295
  order[3] = 2377
  order[4] = 1296
  order[5] = 0
  super(1292, 1293, order)
end