Class: Quickfix::SecurityXMLLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecurityXMLLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityXMLLen
constructor
A new instance of SecurityXMLLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecurityXMLLen
Returns a new instance of SecurityXMLLen.
15788 15789 15790 15791 15792 15793 15794 |
# File 'lib/quickfix_fields.rb', line 15788 def initialize(data = nil) if( data == nil ) super(1184) else super(1184, data) end end |
Class Method Details
.field ⇒ Object
15785 15786 15787 |
# File 'lib/quickfix_fields.rb', line 15785 def SecurityXMLLen.field return 1184 end |