Class: Quickfix50Sp2::MarketDataStatisticsRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods

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

Defined Under Namespace

Classes: NoUnderlyingComplexEventAveragingObservations, NoUnderlyingComplexEventPeriodDateTimes, NoUnderlyingComplexEventSchedules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingComplexEventPeriods

Returns a new instance of NoUnderlyingComplexEventPeriods.



394179
394180
394181
394182
394183
394184
394185
394186
394187
394188
# File 'lib/quickfix50sp2.rb', line 394179

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 41730
	order[1] = 41731
	order[2] = 41750
	order[3] = 41726
	order[4] = 41713
	order[5] = 0
	super(41729, 41730, order)
end