Class: Quickfix50::TradeCaptureReportAck::NoUnderlyings::NoUndlyInstrumentParties

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

Defined Under Namespace

Classes: NoUndlyInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUndlyInstrumentParties

Returns a new instance of NoUndlyInstrumentParties.



15344
15345
15346
15347
15348
15349
15350
15351
15352
# File 'lib/quickfix50.rb', line 15344

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1059
  order[1] = 1060
  order[2] = 1061
  order[3] = 1062
  order[4] = 0
  super(1058, 1059, order)
end