Class: Quickfix50Sp2::PartyDetailsListRequest::NoRequestedPartyRoles

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

#initializeNoRequestedPartyRoles

Returns a new instance of NoRequestedPartyRoles.



356817
356818
356819
356820
356821
356822
356823
# File 'lib/quickfix50sp2.rb', line 356817

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1509
  order[1] = 2386
  order[2] = 0
  super(1508, 1509, order)
end