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



299594
299595
299596
299597
299598
299599
299600
# File 'lib/quickfix50sp2.rb', line 299594

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