Class: Quickfix50Sp2::NewOrderSingle::NoUnderlyings::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.



29354
29355
29356
29357
29358
29359
29360
# File 'lib/quickfix50sp2.rb', line 29354

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