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

Constructor Details

#initializeNoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



16234
16235
16236
16237
16238
16239
16240
16241
16242
# File 'lib/quickfix50sp2.rb', line 16234

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