Class: Quickfix::UnderlyingStreamXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamXID
constructor
A new instance of UnderlyingStreamXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamXID
56478 56479 56480 56481 56482 56483 56484 |
# File 'lib/quickfix_fields.rb', line 56478 def initialize(data = nil) if( data == nil ) super(42016) else super(42016, data) end end |
Class Method Details
.field ⇒ Object
56475 56476 56477 |
# File 'lib/quickfix_fields.rb', line 56475 def .field return 42016 end |