Class: Quickfix::RelatedToStreamXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedToStreamXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedToStreamXIDRef
constructor
A new instance of RelatedToStreamXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedToStreamXIDRef
Returns a new instance of RelatedToStreamXIDRef.
57895 57896 57897 57898 57899 57900 57901 |
# File 'lib/quickfix_fields.rb', line 57895 def initialize(data = nil) if( data == nil ) super(2415) else super(2415, data) end end |
Class Method Details
.field ⇒ Object
57892 57893 57894 |
# File 'lib/quickfix_fields.rb', line 57892 def .field return 2415 end |