Class: Quickfix::SignatureLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SignatureLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SignatureLength
constructor
A new instance of SignatureLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SignatureLength
Returns a new instance of SignatureLength.
253 254 255 256 257 258 259 |
# File 'lib/quickfix_fields.rb', line 253 def initialize(data = nil) if( data == nil ) super(93) else super(93, data) end end |
Class Method Details
.field ⇒ Object
250 251 252 |
# File 'lib/quickfix_fields.rb', line 250 def SignatureLength.field return 93 end |