Class: Quickfix50Sp2::TradeCaptureReport::NoLegs::NoLegPosAmt
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::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.
194345 194346 194347 194348 194349 194350 194351 194352 194353 194354 |
# File 'lib/quickfix50sp2.rb', line 194345 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 |