Class: Quickfix::UnderlyingEquityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingEquityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEquityIDSource
constructor
A new instance of UnderlyingEquityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEquityIDSource
Returns a new instance of UnderlyingEquityIDSource.
26149 26150 26151 26152 26153 26154 26155 |
# File 'lib/quickfix_fields.rb', line 26149 def initialize(data = nil) if( data == nil ) super(1997) else super(1997, data) end end |
Class Method Details
.field ⇒ Object
26146 26147 26148 |
# File 'lib/quickfix_fields.rb', line 26146 def .field return 1997 end |