Method: Quickfix50Sp2::CollateralAssignment::NoComplexEvents::NoComplexEventDates::NoComplexEventTimes#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoComplexEventTimes
Returns a new instance of NoComplexEventTimes.
21667 21668 21669 21670 21671 21672 21673 |
# File 'lib/quickfix50sp2.rb', line 21667 def initialize order = Quickfix::IntArray.new(3) order[0] = 1495 order[1] = 1496 order[2] = 0 super(1494, 1495, order) end |