Class: Quickfix50Sp2::Email::NoAttachments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Email::NoAttachments
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoAttachmentKeywords
Instance Method Summary collapse
-
#initialize ⇒ NoAttachments
constructor
A new instance of NoAttachments.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAttachments
Returns a new instance of NoAttachments.
27045 27046 27047 27048 27049 27050 27051 27052 27053 27054 27055 27056 27057 27058 |
# File 'lib/quickfix50sp2.rb', line 27045 def initialize order = Quickfix::IntArray.new(10) order[0] = 2105 order[1] = 2106 order[2] = 2107 order[3] = 2108 order[4] = 2109 order[5] = 2110 order[6] = 2111 order[7] = 2112 order[8] = 2113 order[9] = 0 super(2104, 2105, order) end |