Class: Quickfix::UnencodedAttachmentLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnencodedAttachmentLen
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnencodedAttachmentLen
constructor
A new instance of UnencodedAttachmentLen.
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 |