Class: Quickfix::RegistRefID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ RegistRefID
Returns a new instance of RegistRefID.
3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/quickfix_fields.rb', line 3893 def initialize(data = nil) if( data == nil ) super(508) else super(508, data) end end |
Class Method Details
.field ⇒ Object
3890 3891 3892 |
# File 'lib/quickfix_fields.rb', line 3890 def RegistRefID.field return 508 end |