Class: Quickfix50Sp1::SettlementObligationReport::NoSettlOblig::NoSettlDetails::NoSettlPartyIDs

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

Defined Under Namespace

Classes: NoSettlPartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



15200
15201
15202
15203
15204
15205
15206
15207
15208
# File 'lib/quickfix50sp1.rb', line 15200

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