Class: Quickfix::UnencodedAttachmentLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnencodedAttachmentLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnencodedAttachmentLen
constructor
A new instance of UnencodedAttachmentLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnencodedAttachmentLen
Returns a new instance of UnencodedAttachmentLen.
40527 40528 40529 40530 40531 40532 40533 |
# File 'lib/quickfix_fields.rb', line 40527 def initialize(data = nil) if( data == nil ) super(2110) else super(2110, data) end end |
Class Method Details
.field ⇒ Object
40524 40525 40526 |
# File 'lib/quickfix_fields.rb', line 40524 def UnencodedAttachmentLen.field return 2110 end |