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

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

Defined Under Namespace

Classes: NoSettlPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlDetails

Returns a new instance of NoSettlDetails.



335745
335746
335747
335748
335749
335750
335751
335752
335753
335754
# File 'lib/quickfix50sp2.rb', line 335745

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1164
  order[1] = 169
  order[2] = 170
  order[3] = 171
  order[4] = 781
  order[5] = 0
  super(1158, 1164, order)
end