Class: Quickfix::InstrumentScopeSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityIDSource
constructor
A new instance of InstrumentScopeSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityIDSource
Returns a new instance of InstrumentScopeSecurityIDSource.
20689 20690 20691 20692 20693 20694 20695 |
# File 'lib/quickfix_fields.rb', line 20689 def initialize(data = nil) if( data == nil ) super(1539) else super(1539, data) end end |