Class: Quickfix::AttachmentMediaType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AttachmentMediaType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AttachmentMediaType
constructor
A new instance of AttachmentMediaType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AttachmentMediaType
Returns a new instance of AttachmentMediaType.
40475 40476 40477 40478 40479 40480 40481 |
# File 'lib/quickfix_fields.rb', line 40475 def initialize(data = nil) if( data == nil ) super(2106) else super(2106, data) end end |
Class Method Details
.field ⇒ Object
40472 40473 40474 |
# File 'lib/quickfix_fields.rb', line 40472 def AttachmentMediaType.field return 2106 end |