Class: Quickfix::MaxMessageSize
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MaxMessageSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxMessageSize
constructor
A new instance of MaxMessageSize.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MaxMessageSize
Returns a new instance of MaxMessageSize.
604 605 606 607 608 609 610 |
# File 'lib/quickfix_fields.rb', line 604 def initialize(data = nil) if( data == nil ) super(383) else super(383, data) end end |
Class Method Details
.field ⇒ Object
601 602 603 |
# File 'lib/quickfix_fields.rb', line 601 def MaxMessageSize.field return 383 end |