Class: Quickfix::AttachmentExternalURL
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AttachmentExternalURL
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AttachmentExternalURL
constructor
A new instance of AttachmentExternalURL.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AttachmentExternalURL
Returns a new instance of AttachmentExternalURL.
40501 40502 40503 40504 40505 40506 40507 |
# File 'lib/quickfix_fields.rb', line 40501 def initialize(data = nil) if( data == nil ) super(2108) else super(2108, data) end end |
Class Method Details
.field ⇒ Object
40498 40499 40500 |
# File 'lib/quickfix_fields.rb', line 40498 def AttachmentExternalURL.field return 2108 end |