Class: Quickfix50Sp2::Quote::NoLegs::NoLegProtectionTerms::NoLegProtectionTermObligations

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

#initializeNoLegProtectionTermObligations

Returns a new instance of NoLegProtectionTermObligations.



68021
68022
68023
68024
68025
68026
68027
# File 'lib/quickfix50sp2.rb', line 68021

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41636
  order[1] = 41637
  order[2] = 0
  super(41635, 41636, order)
end