Class: Quickfix50Sp2::ListStrikePrice::NoStrikes::NoUnderlyings::NoUnderlyingMarketDisruptionFallbacks

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

#initialize ⇒ NoUnderlyingMarketDisruptionFallbacks

Returns a new instance of NoUnderlyingMarketDisruptionFallbacks.



131142
131143
131144
131145
131146
131147
131148
# File 'lib/quickfix50sp2.rb', line 131142

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41867
	order[1] = 41339
	order[2] = 0
	super(41866, 41867, order)
end