Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoRequestingPartyIDs::NoRequestingPartySubIDs

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

#initializeNoRequestingPartySubIDs

Returns a new instance of NoRequestingPartySubIDs.



376138
376139
376140
376141
376142
376143
376144
# File 'lib/quickfix50sp2.rb', line 376138

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1662
  order[1] = 1663
  order[2] = 0
  super(1661, 1662, order)
end