Class: Quickfix::EncodedLegIssuerLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedLegIssuerLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegIssuerLen
constructor
A new instance of EncodedLegIssuerLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedLegIssuerLen
Returns a new instance of EncodedLegIssuerLen.
8391 8392 8393 8394 8395 8396 8397 |
# File 'lib/quickfix_fields.rb', line 8391 def initialize(data = nil) if( data == nil ) super(618) else super(618, data) end end |
Class Method Details
.field ⇒ Object
8388 8389 8390 |
# File 'lib/quickfix_fields.rb', line 8388 def EncodedLegIssuerLen.field return 618 end |