Class: Quickfix50Sp2::PartyEntitlementsRequest::NoRequestedPartyRoles
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyEntitlementsRequest::NoRequestedPartyRoles
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRequestedPartyRoles
constructor
A new instance of NoRequestedPartyRoles.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRequestedPartyRoles
Returns a new instance of NoRequestedPartyRoles.
363720 363721 363722 363723 363724 363725 363726 |
# File 'lib/quickfix50sp2.rb', line 363720 def initialize order = Quickfix::IntArray.new(3) order[0] = 1509 order[1] = 2386 order[2] = 0 super(1508, 1509, order) end |