Class: Quickfix50Sp2::CollateralAssignment::NoUnderlyings::NoUndlyInstrumentParties

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



283966
283967
283968
283969
283970
283971
283972
283973
283974
283975
# File 'lib/quickfix50sp2.rb', line 283966

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