Class: Quickfix::InstrumentScopeSecurityAltIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityAltIDSource
constructor
A new instance of InstrumentScopeSecurityAltIDSource.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityAltIDSource
Returns a new instance of InstrumentScopeSecurityAltIDSource.
20728 20729 20730 20731 20732 20733 20734 |
# File 'lib/quickfix_fields.rb', line 20728 def initialize(data = nil) if( data == nil ) super(1542) else super(1542, data) end end |