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



347008
347009
347010
347011
347012
347013
347014
# File 'lib/quickfix50sp2.rb', line 347008

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