Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegProvisions::NoLegProvisionPartyIDs::NoLegProvisionPartySubIDs

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

#initializeNoLegProvisionPartySubIDs

Returns a new instance of NoLegProvisionPartySubIDs.



272994
272995
272996
272997
272998
272999
273000
# File 'lib/quickfix50sp2.rb', line 272994

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40538
  order[1] = 40539
  order[2] = 0
  super(40537, 40538, order)
end