Class: Quickfix50Sp2::PartyEntitlementsRequest::NoMarketSegments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyEntitlementsRequest::NoMarketSegments
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMarketSegments
constructor
A new instance of NoMarketSegments.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMarketSegments
Returns a new instance of NoMarketSegments.
363782 363783 363784 363785 363786 363787 363788 |
# File 'lib/quickfix50sp2.rb', line 363782 def initialize order = Quickfix::IntArray.new(3) order[0] = 1301 order[1] = 1300 order[2] = 0 super(1310, 1301, order) end |