Class: Quickfix50Sp1::CollateralAssignment::NoDlvyInst

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

#initializeNoDlvyInst



18975
18976
18977
18978
18979
18980
18981
18982
# File 'lib/quickfix50sp1.rb', line 18975

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 165
  order[1] = 787
  order[2] = 781
  order[3] = 0
  super(85, 165, order)
end