Class: Quickfix50Sp2::TradeCaptureReport::NoMandatoryClearingJurisdictions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::NoMandatoryClearingJurisdictions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMandatoryClearingJurisdictions
constructor
A new instance of NoMandatoryClearingJurisdictions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMandatoryClearingJurisdictions
Returns a new instance of NoMandatoryClearingJurisdictions.
195139 195140 195141 195142 195143 195144 |
# File 'lib/quickfix50sp2.rb', line 195139 def initialize order = Quickfix::IntArray.new(2) order[0] = 41313 order[1] = 0 super(41312, 41313, order) end |