Class: Quickfix::UnderlyingRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRefID
constructor
A new instance of UnderlyingRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRefID
Returns a new instance of UnderlyingRefID.
77590 77591 77592 77593 77594 77595 77596 |
# File 'lib/quickfix_fields.rb', line 77590 def initialize(data = nil) if( data == nil ) super(2841) else super(2841, data) end end |
Class Method Details
.field ⇒ Object
77587 77588 77589 |
# File 'lib/quickfix_fields.rb', line 77587 def UnderlyingRefID.field return 2841 end |