Class: Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls

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

Defined Under Namespace

Classes: NoPaymentSettlPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPaymentSettls

Returns a new instance of NoPaymentSettls.



14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/quickfix50sp2.rb', line 14025

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 40231
  order[1] = 40232
  order[2] = 40233
  order[3] = 0
  super(40230, 40231, order)
end