Class: Quickfix::EncodedAttachmentLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedAttachmentLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedAttachmentLen
constructor
A new instance of EncodedAttachmentLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedAttachmentLen
Returns a new instance of EncodedAttachmentLen.
40540 40541 40542 40543 40544 40545 40546 |
# File 'lib/quickfix_fields.rb', line 40540 def initialize(data = nil) if( data == nil ) super(2111) else super(2111, data) end end |
Class Method Details
.field ⇒ Object
40537 40538 40539 |
# File 'lib/quickfix_fields.rb', line 40537 def EncodedAttachmentLen.field return 2111 end |