Method: Quickfix50Sp2::QuoteCancel::NoQuoteEntries::NoComplexEvents::NoComplexEventDates#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoComplexEventDates
Returns a new instance of NoComplexEventDates.
7124 7125 7126 7127 7128 7129 7130 7131 |
# File 'lib/quickfix50sp2.rb', line 7124 def initialize order = Quickfix::IntArray.new(4) order[0] = 1492 order[1] = 1493 order[2] = 1494 order[3] = 0 super(1491, 1492, order) end |