Class: Quickfix::UnderlyingEquityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingEquityIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEquityIDSource
constructor
A new instance of UnderlyingEquityIDSource.
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 |