Class: Quickfix50Sp2::TradeCaptureReportRequestAck::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

Returns a new instance of NoLegMarketDisruptionFallbacks.



255341
255342
255343
255344
255345
255346
255347
# File 'lib/quickfix50sp2.rb', line 255341

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