Class: Quickfix50Sp2::TradeCaptureReport::NoAttachments::NoAttachmentKeywords
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::NoAttachments::NoAttachmentKeywords
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAttachmentKeywords
constructor
A new instance of NoAttachmentKeywords.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAttachmentKeywords
Returns a new instance of NoAttachmentKeywords.
195164 195165 195166 195167 195168 195169 |
# File 'lib/quickfix50sp2.rb', line 195164 def initialize order = Quickfix::IntArray.new(2) order[0] = 2114 order[1] = 0 super(2113, 2114, order) end |