Class: Quickfix50Sp2::Email::NoAttachments::NoAttachmentKeywords

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoAttachmentKeywords

Returns a new instance of NoAttachmentKeywords.



27061
27062
27063
27064
27065
27066
# File 'lib/quickfix50sp2.rb', line 27061

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 2114
	order[1] = 0
	super(2113, 2114, order)
end