Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::NoSides::NoPositions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPositions
constructor
A new instance of NoPositions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPositions
Returns a new instance of NoPositions.
195043 195044 195045 195046 195047 195048 195049 195050 195051 195052 195053 |
# File 'lib/quickfix50sp2.rb', line 195043 def initialize order = Quickfix::IntArray.new(7) order[0] = 703 order[1] = 704 order[2] = 705 order[3] = 1654 order[4] = 706 order[5] = 976 order[6] = 0 super(702, 703, order) end |