Class: Quickfix50Sp2::QuoteResponse::NoLegs::NoLegMarketDisruptionFallbacks

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegMarketDisruptionFallbacks



218313
218314
218315
218316
218317
218318
218319
# File 'lib/quickfix50sp2.rb', line 218313

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41470
  order[1] = 40990
  order[2] = 0
  super(41469, 41470, order)
end