Class: Quickfix50Sp2::ListStrikePrice::NoStrikes::NoInstrumentParties

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

Defined Under Namespace

Classes: NoInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoInstrumentParties

Returns a new instance of NoInstrumentParties.



129144
129145
129146
129147
129148
129149
129150
129151
129152
129153
# File 'lib/quickfix50sp2.rb', line 129144

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