Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingOptionExerciseExpirationDates

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

#initializeNoUnderlyingOptionExerciseExpirationDates

Returns a new instance of NoUnderlyingOptionExerciseExpirationDates.



336148
336149
336150
336151
336152
336153
336154
# File 'lib/quickfix50sp2.rb', line 336148

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41857
  order[1] = 41858
  order[2] = 0
  super(41856, 41857, order)
end