Class: Quickfix50Sp2::PartyRiskLimitsDefinitionRequest::NoRequestingPartyIDs

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

Defined Under Namespace

Classes: NoRequestingPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRequestingPartyIDs

Returns a new instance of NoRequestingPartyIDs.



363209
363210
363211
363212
363213
363214
363215
363216
363217
363218
# File 'lib/quickfix50sp2.rb', line 363209

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1658
  order[1] = 1659
  order[2] = 1660
  order[3] = 2338
  order[4] = 1661
  order[5] = 0
  super(1657, 1658, order)
end