Class: Quickfix50Sp1::DerivativeSecurityList::NoDerivativeEvents

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDerivativeEvents



11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
# File 'lib/quickfix50sp1.rb', line 11191

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1287
  order[1] = 1288
  order[2] = 1289
  order[3] = 1290
  order[4] = 1291
  order[5] = 0
  super(1286, 1287, order)
end