Class: Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs::NoPaymentSettlPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPaymentSettlPartySubIDs



14047
14048
14049
14050
14051
14052
14053
# File 'lib/quickfix50sp2.rb', line 14047

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40239
  order[1] = 40240
  order[2] = 0
  super(40238, 40239, order)
end