Class: Quickfix::RegistRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RegistRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistRefID
constructor
A new instance of RegistRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegistRefID
Returns a new instance of RegistRefID.
6987 6988 6989 6990 6991 6992 6993 |
# File 'lib/quickfix_fields.rb', line 6987 def initialize(data = nil) if( data == nil ) super(508) else super(508, data) end end |
Class Method Details
.field ⇒ Object
6984 6985 6986 |
# File 'lib/quickfix_fields.rb', line 6984 def RegistRefID.field return 508 end |