Class: Quickfix50Sp2::CrossRequest::NoStreams::NoPaymentStreamFixingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CrossRequest::NoStreams::NoPaymentStreamFixingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentStreamFixingDates
constructor
A new instance of NoPaymentStreamFixingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentStreamFixingDates
Returns a new instance of NoPaymentStreamFixingDates.
403476 403477 403478 403479 403480 403481 403482 |
# File 'lib/quickfix50sp2.rb', line 403476 def initialize order = Quickfix::IntArray.new(3) order[0] = 42661 order[1] = 42662 order[2] = 0 super(42660, 42661, order) end |