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

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

Defined Under Namespace

Classes: NoSettlPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSettlDetails

Returns a new instance of NoSettlDetails.



22591
22592
22593
22594
22595
22596
22597
# File 'lib/quickfix50sp1.rb', line 22591

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