Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermObligations

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

#initializeNoUnderlyingProtectionTermObligations

Returns a new instance of NoUnderlyingProtectionTermObligations.



310179
310180
310181
310182
310183
310184
310185
# File 'lib/quickfix50sp2.rb', line 310179

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42088
  order[1] = 42089
  order[2] = 0
  super(42087, 42088, order)
end