Class: Quickfix::RegistRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegistRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistRefID
constructor
A new instance of RegistRefID.
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 |