Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoLegPosAmt
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoLegPosAmt
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPosAmt
constructor
A new instance of NoLegPosAmt.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPosAmt
Returns a new instance of NoLegPosAmt.
261914 261915 261916 261917 261918 261919 261920 261921 261922 261923 |
# File 'lib/quickfix50sp2.rb', line 261914 def initialize order = Quickfix::IntArray.new(6) order[0] = 1587 order[1] = 1588 order[2] = 1589 order[3] = 2938 order[4] = 1590 order[5] = 0 super(1586, 1587, order) end |