Class: Quickfix50Sp2::AssignmentReport::NoUnderlyings::NoUnderlyingAdditionalTerms

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoUnderlyingAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoUnderlyingAdditionalTerms

Returns a new instance of NoUnderlyingAdditionalTerms.



274802
274803
274804
274805
274806
274807
274808
274809
# File 'lib/quickfix50sp2.rb', line 274802

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42037
  order[1] = 42038
  order[2] = 41340
  order[3] = 0
  super(42036, 42037, order)
end