Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegAdditionalTerms

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

Defined Under Namespace

Classes: NoLegAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegAdditionalTerms

Returns a new instance of NoLegAdditionalTerms.



188649
188650
188651
188652
188653
188654
188655
188656
# File 'lib/quickfix50sp2.rb', line 188649

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41336
  order[1] = 41337
  order[2] = 41316
  order[3] = 0
  super(41335, 41336, order)
end