Class: Quickfix50Sp2::RequestForPositionsAck::NoLegs::NoLegInstrumentParties::NoLegInstrumentPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::RequestForPositionsAck::NoLegs::NoLegInstrumentParties::NoLegInstrumentPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegInstrumentPartySubIDs
constructor
A new instance of NoLegInstrumentPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegInstrumentPartySubIDs
Returns a new instance of NoLegInstrumentPartySubIDs.
242710 242711 242712 242713 242714 242715 242716 |
# File 'lib/quickfix50sp2.rb', line 242710 def initialize order = Quickfix::IntArray.new(3) order[0] = 2259 order[1] = 2260 order[2] = 0 super(2258, 2259, order) end |