Class: Quickfix50Sp2::OrderMassCancelReport::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

Returns a new instance of NoUnderlyingProtectionTermEventQualifiers.



138864
138865
138866
138867
138868
138869
# File 'lib/quickfix50sp2.rb', line 138864

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