Class: Quickfix::SideUnderlyingRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideUnderlyingRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideUnderlyingRefID
constructor
A new instance of SideUnderlyingRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideUnderlyingRefID
Returns a new instance of SideUnderlyingRefID.
77876 77877 77878 77879 77880 77881 77882 |
# File 'lib/quickfix_fields.rb', line 77876 def initialize(data = nil) if( data == nil ) super(2863) else super(2863, data) end end |
Class Method Details
.field ⇒ Object
77873 77874 77875 |
# File 'lib/quickfix_fields.rb', line 77873 def .field return 2863 end |