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

Constructor Details

#initializeNoSettlDetails



16225
16226
16227
16228
16229
16230
16231
# File 'lib/quickfix50sp2.rb', line 16225

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1164
  order[1] = 781
  order[2] = 0
  super(1158, 1164, order)
end