Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegInstrumentParties::NoLegInstrumentPartySubIDs

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

#initializeNoLegInstrumentPartySubIDs

Returns a new instance of NoLegInstrumentPartySubIDs.



187339
187340
187341
187342
187343
187344
187345
# File 'lib/quickfix50sp2.rb', line 187339

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2259
  order[1] = 2260
  order[2] = 0
  super(2258, 2259, order)
end