Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoStreams::NoStreamCalculationPeriodDates

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 ⇒ NoStreamCalculationPeriodDates

Returns a new instance of NoStreamCalculationPeriodDates.



80130
80131
80132
80133
80134
80135
80136
# File 'lib/quickfix50sp2.rb', line 80130

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41242
	order[1] = 41243
	order[2] = 0
	super(41241, 41242, order)
end