Class: Quickfix::Signature
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Signature
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Signature
constructor
A new instance of Signature.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Signature
Returns a new instance of Signature.
214 215 216 217 218 219 220 |
# File 'lib/quickfix_fields.rb', line 214 def initialize(data = nil) if( data == nil ) super(89) else super(89, data) end end |
Class Method Details
.field ⇒ Object
211 212 213 |
# File 'lib/quickfix_fields.rb', line 211 def Signature.field return 89 end |