Class: Quickfix50Sp1::MassQuote::NoQuoteSets::NoQuoteEntries::NoInstrumentParties

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

Defined Under Namespace

Classes: NoInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoInstrumentParties



8374
8375
8376
8377
8378
8379
8380
8381
8382
# File 'lib/quickfix50sp1.rb', line 8374

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1019
  order[1] = 1050
  order[2] = 1051
  order[3] = 1052
  order[4] = 0
  super(1018, 1019, order)
end