Class: Quickfix::EncodedUnderlyingIssuerLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedUnderlyingIssuerLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedUnderlyingIssuerLen
constructor
A new instance of EncodedUnderlyingIssuerLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedUnderlyingIssuerLen
Returns a new instance of EncodedUnderlyingIssuerLen.
4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/quickfix_fields.rb', line 4556 def initialize(data = nil) if( data == nil ) super(362) else super(362, data) end end |
Class Method Details
.field ⇒ Object
4553 4554 4555 |
# File 'lib/quickfix_fields.rb', line 4553 def .field return 362 end |