Class: Quickfix50Sp2::SettlementObligationReport::NoSettlOblig::NoSettlDetails::NoSettlPartyIDs

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

Defined Under Namespace

Classes: NoSettlPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



335757
335758
335759
335760
335761
335762
335763
335764
335765
335766
# File 'lib/quickfix50sp2.rb', line 335757

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 782
  order[1] = 783
  order[2] = 784
  order[3] = 2389
  order[4] = 801
  order[5] = 0
  super(781, 782, order)
end