Class: Quickfix::UnderlyingIndexAnnexSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingIndexAnnexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIndexAnnexSource
constructor
A new instance of UnderlyingIndexAnnexSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIndexAnnexSource
Returns a new instance of UnderlyingIndexAnnexSource.
26266 26267 26268 26269 26270 26271 26272 |
# File 'lib/quickfix_fields.rb', line 26266 def initialize(data = nil) if( data == nil ) super(2006) else super(2006, data) end end |
Class Method Details
.field ⇒ Object
26263 26264 26265 |
# File 'lib/quickfix_fields.rb', line 26263 def .field return 2006 end |