Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionOptionExerciseFixedDates

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

#initializeNoUnderlyingProvisionOptionExerciseFixedDates

Returns a new instance of NoUnderlyingProvisionOptionExerciseFixedDates.



310019
310020
310021
310022
310023
310024
310025
# File 'lib/quickfix50sp2.rb', line 310019

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42113
  order[1] = 42114
  order[2] = 0
  super(42112, 42113, order)
end