Class: Quickfix::AttachmentKeyword
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AttachmentKeyword
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AttachmentKeyword
constructor
A new instance of AttachmentKeyword.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AttachmentKeyword
Returns a new instance of AttachmentKeyword.
40579 40580 40581 40582 40583 40584 40585 |
# File 'lib/quickfix_fields.rb', line 40579 def initialize(data = nil) if( data == nil ) super(2114) else super(2114, data) end end |
Class Method Details
.field ⇒ Object
40576 40577 40578 |
# File 'lib/quickfix_fields.rb', line 40576 def AttachmentKeyword.field return 2114 end |