Class: Quickfix50Sp2::CollateralAssignment::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents::NoUnderlyingProtectionTermEventQualifiers

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

#initializeNoUnderlyingProtectionTermEventQualifiers



285408
285409
285410
285411
285412
285413
# File 'lib/quickfix50sp2.rb', line 285408

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 42086
  order[1] = 0
  super(42085, 42086, order)
end