Class: Quickfix50Sp2::PartyRiskLimitsRequest::NoRequestingPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitsRequest::NoRequestingPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRequestingPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRequestingPartyIDs
constructor
A new instance of NoRequestingPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRequestingPartyIDs
Returns a new instance of NoRequestingPartyIDs.
357094 357095 357096 357097 357098 357099 357100 357101 357102 357103 |
# File 'lib/quickfix50sp2.rb', line 357094 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 |