Class: Quickfix50Sp2::RequestForPositions::NoMarketDisruptionEvents

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

#initializeNoMarketDisruptionEvents

Returns a new instance of NoMarketDisruptionEvents.



236015
236016
236017
236018
236019
236020
236021
# File 'lib/quickfix50sp2.rb', line 236015

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41093
  order[1] = 40991
  order[2] = 0
  super(41092, 41093, order)
end