Class: Quickfix::RegistDtls
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RegistDtls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistDtls
constructor
A new instance of RegistDtls.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegistDtls
9054 9055 9056 9057 9058 9059 9060 |
# File 'lib/quickfix_fields.rb', line 9054 def initialize(data = nil) if( data == nil ) super(509) else super(509, data) end end |
Class Method Details
.field ⇒ Object
9051 9052 9053 |
# File 'lib/quickfix_fields.rb', line 9051 def RegistDtls.field return 509 end |