Class: Quickfix::RelatedOrderID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedOrderID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedOrderID
constructor
A new instance of RelatedOrderID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedOrderID
Returns a new instance of RelatedOrderID.
78227 78228 78229 78230 78231 78232 78233 |
# File 'lib/quickfix_fields.rb', line 78227 def initialize(data = nil) if( data == nil ) super(2887) else super(2887, data) end end |
Class Method Details
.field ⇒ Object
78224 78225 78226 |
# File 'lib/quickfix_fields.rb', line 78224 def .field return 2887 end |