Class: Quickfix50Sp2::PositionReport::NoRelatedTrades
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionReport::NoRelatedTrades
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRelatedTrades
constructor
A new instance of NoRelatedTrades.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelatedTrades
Returns a new instance of NoRelatedTrades.
251475 251476 251477 251478 251479 251480 251481 251482 251483 251484 251485 |
# File 'lib/quickfix50sp2.rb', line 251475 def initialize order = Quickfix::IntArray.new(7) order[0] = 1856 order[1] = 1857 order[2] = 2103 order[3] = 1858 order[4] = 1859 order[5] = 1860 order[6] = 0 super(1855, 1856, order) end |