Class: Quickfix::UnderlyingFutureIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingFutureIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFutureIDSource
constructor
A new instance of UnderlyingFutureIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFutureIDSource
Returns a new instance of UnderlyingFutureIDSource.
72325 72326 72327 72328 72329 72330 72331 |
# File 'lib/quickfix_fields.rb', line 72325 def initialize(data = nil) if( data == nil ) super(2621) else super(2621, data) end end |
Class Method Details
.field ⇒ Object
72322 72323 72324 |
# File 'lib/quickfix_fields.rb', line 72322 def .field return 2621 end |