Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoComplexEvents::NoComplexEventDates::NoComplexEventTimes

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

#initializeNoComplexEventTimes

Returns a new instance of NoComplexEventTimes.



6634
6635
6636
6637
6638
6639
6640
# File 'lib/quickfix50sp2.rb', line 6634

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1495
	order[1] = 1496
	order[2] = 0
	super(1494, 1495, order)
end