Class: Quickfix::UnderlyingSecurityXMLLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSecurityXMLLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityXMLLen
constructor
A new instance of UnderlyingSecurityXMLLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityXMLLen
Returns a new instance of UnderlyingSecurityXMLLen.
24524 24525 24526 24527 24528 24529 24530 |
# File 'lib/quickfix_fields.rb', line 24524 def initialize(data = nil) if( data == nil ) super(1874) else super(1874, data) end end |
Class Method Details
.field ⇒ Object
24521 24522 24523 |
# File 'lib/quickfix_fields.rb', line 24521 def .field return 1874 end |