Class: Quickfix50Sp2::DerivativeSecurityListRequest::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.



167548
167549
167550
167551
167552
167553
167554
167555
167556
167557
# File 'lib/quickfix50sp2.rb', line 167548

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