Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegContractualMatrices

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

#initializeNoLegContractualMatrices

Returns a new instance of NoLegContractualMatrices.



188855
188856
188857
188858
188859
188860
188861
188862
# File 'lib/quickfix50sp2.rb', line 188855

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42204
  order[1] = 42205
  order[2] = 42206
  order[3] = 0
  super(42203, 42204, order)
end